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

# Local legacy SQLite compatibility fixture and SQLite WAL sidecars.
/tests/fixtures/session_schema_v1.sqlite3*

# 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/
