__pycache__/
*.py[cod]
node_modules/
.pnpm-store/
.venv/
venv/
*.egg-info/
dist/
build/
.pytest_cache/
.ruff_cache/
.mypy_cache/
eval-results/
.aihi/settings.local.json
.aihi/audit.jsonl
.DS_Store

# The legacy database itself is a frozen compatibility fixture. Ignore only
# transient SQLite sidecars that may be created while local tests open it.
/tests/fixtures/session_schema_v1.sqlite3-journal
/tests/fixtures/session_schema_v1.sqlite3-shm
/tests/fixtures/session_schema_v1.sqlite3-wal

# Superpowers working documents: local process artefacts, not project docs.
/docs/superpowers/

# Architecture decision records and RFC drafts are local working notes.
/docs/adr/
/docs/rfcs/
