
# Envy - Secret Management

**/.envy/master.key

**/.envy/age.key

.env

.env.*

!.env.example

venv/
**/.envy/secrets.json

__pycache__

node_modules

# Python build artifacts — dist/ was accidentally committed at some point,
# which made CI re-bundle every historical release's wheel/sdist alongside
# the current one on every checkout (python -m build doesn't clean an
# existing dist/), and PyPI then rejected the publish step for re-uploading
# versions that were already published.
dist/
build/
*.egg-info/

# Packaged VSIX builds — releases are published via CI and attached to GitHub Releases instead
envy-vscode/*.vsix