# ─── Python ──────────────────────────────────────────────────────────────
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/

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

# ─── OS / editor ─────────────────────────────────────────────────────────
.DS_Store
.idea/
.vscode/
