# ── Secrets ─────────────────────────────────────────────────
.env
.env.*
!.env.example
config/config.json
config/*.local.json

# ── Python ──────────────────────────────────────────────────
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.venv/
venv/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# ── Frontend ────────────────────────────────────────────────
node_modules/
frontend/web/dist/

# ── Data & logs ─────────────────────────────────────────────
data/*.db
data/*.db-journal
data/reports/
data/files/
*.log

# ── Editor/OS ───────────────────────────────────────────────
.DS_Store
.idea/
.vscode/
*.swp
