.env
.env.*
!.env.example
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.venv/
venv/
ENV/
.python-version
.mypy_cache/
.ruff_cache/
*.log
.DS_Store
Thumbs.db

# Defense-in-depth: vault-shaped files should never appear here.
# The only legitimate location is ~/.envpact/secrets/.
secrets.json
age.key
*.age
*.pem
*.key
!**/lib/key.js
!**/lib/key.ts
