# --- General ---
.DS_Store
*.log
.env
.env.*
!.env.example

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

# --- Editors ---
.idea/
.vscode/
*.swp

# --- Local working notes (private; not released) ---
# Decision records are personal reasoning that feeds docs/architecture.md.
# Only architecture.md and its upgrades ship publicly.
docs/decisions/
CLAUDE.local.md
