# ── Secrets & local config ─────────────────────────────────────────────────
.env
.env.local
.env.*.local
*.pem
*.key
secrets/

# ── Python ─────────────────────────────────────────────────────────────────
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg
*.egg-info/
dist/
build/
wheels/
.eggs/
pip-wheel-metadata/
MANIFEST

# ── Virtual environments ────────────────────────────────────────────────────
.venv/
venv/
env/
ENV/

# ── Test & coverage ─────────────────────────────────────────────────────────
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
*.coveragerc

# ── Type checkers ───────────────────────────────────────────────────────────
.mypy_cache/
.pytype/
.pyre/

# ── Editors & OS ────────────────────────────────────────────────────────────
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
Thumbs.db
