dist/
knowledge/
db_data/
tsconfig.tsbuildinfo
tsconfig.build.tsbuildinfo
**/*.js
!eslint.config.js
!scripts/*.js
**/*.js.map
**/*.d.ts.map

node_modules/

# Prisma generated client
src/generated/

# Generated documentation
docs/api/

# Test coverage reports
coverage/

# Local SQLite test artifacts (e.g. tmp-parity.sqlite from RAG vector-store
# parity tests). These are scratch databases produced during local test
# runs and should never be committed.
*.sqlite
*.sqlite-journal
*.sqlite-wal
*.sqlite-shm

# Internal planning content — never publish
.superpowers/
docs/superpowers/
docs/specs/
docs/plans/
docs/internal/
docs/audits/
docs/STEP_*.md
docs/PHASE_*.md
docs/STAGE_*.md
docs/SESSION_*.md
docs/HANDOFF*.md
docs/FINDINGS*.md
docs/*-v[0-9]*-plan*.md
docs/*-v[0-9]*-design*.md
docs/*-plan-phase*.md

# Example run output — large LLM artifacts, not part of the published surface
examples/*/output/*.json
