# ── Backend ──────────────────────────────────
/backend/api
/backend/seed
*.test
*.out
coverage.html
go.work
go.work.sum
vendor/

# discovery-eval local caches + generated reports
.eval-cache.json
.cat-eval-cache.json
eval-report.json
cat-eval-report.json

# ── Root tooling (husky) ─────────────────────
/node_modules/

# ── Web ──────────────────────────────────────
/web/node_modules/
/web/.svelte-kit/
/web/build/
/web/.output/
/web/vite.config.js.timestamp-*
/web/vite.config.ts.timestamp-*

# ── App ──────────────────────────────────────
/app/.dart_tool/
/app/build/
/app/.flutter-plugins
/app/.flutter-plugins-dependencies

# ── Docs ─────────────────────────────────────
/docs/superpowers/

# ── Git worktrees ─────────────────────────────
.worktrees/

# ── Shared ───────────────────────────────────
.env
.env.local
.env.*.local
!.env.example
!.env.test

# Local k8s secrets reference (see .env.helm.example)
.env.helm
.idea/
.vscode/
.claude/
*.swp
*.swo
*~
.DS_Store
Thumbs.db
/tmp/
/dist/
*.exe
*.exe~
*.dll
*.so
*.dylib
