# ── Python ──────────────────────────────────────────────────────────────
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
env/
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
*.egg-info/
dist/
build/
.mypy_cache/
.ruff_cache/

# ── Editor / OS ─────────────────────────────────────────────────────────
.vscode/
.idea/
*.swp
*.swo
.DS_Store
Thumbs.db

# ── Secrets ─────────────────────────────────────────────────────────────
.env
.env.*
!.env.example
*.pem
*.key
