node_modules/
dist/
.bench-run-*/
# Benchmark/eval ephemeral trace dirs + per-run ledger (auto-swept; ignored as safety net)
*-traces/
benchmark-traces/
wiki/Research/Harness-Reports/improvement-ledger.json
bun.lockb
.env
.env.local

# SQLite databases (local dev scratch files)
*.db
*.db-shm
*.db-wal
.reactive-agents/
*.tsbuildinfo

# Turborepo cache
.turbo/

# Astro generated type cache
.astro/

# Cortex runtime data
.cortex/

# SvelteKit build artifacts (Cortex UI)
apps/cortex/ui/build/
apps/cortex/ui/.svelte-kit/

# Cortex runtime data
apps/cortex/.cortex/

# Git worktrees
.worktrees/
.claude/worktrees/

# Harness reports moved to wiki/Research/Harness-Reports (May 2026 consolidation).
# Old root path retained as guard against accidental recreation.
harness-reports/
.gate-baseline-reason

# Spike prototypes moved to wiki/Research/Prototypes (May 2026 consolidation).
# Old root path retained as guard against accidental recreation.
prototypes/

# Spurious nested wiki/ trees created when scripts run from a package dir
# instead of repo root (gate runner uses REPORTS_DIR relative to cwd).
packages/*/wiki/
apps/*/wiki/

# Build-time generated docs metrics (regenerated by apps/docs prebuild)
apps/docs/src/data/metrics.json

# Local scratch
scratch.ts

# HN gateway example output
hn-gateway-reports/

# Scratch files
output.txt
scratch.ts
scratch-*.ts

# Messaging secrets
signal-data/
.env.telegram
apps/advocate/.env.production
.claude/scheduled_tasks.lock

# Obsidian vault — track shared config; ignore per-user UI state and caches
wiki/.obsidian/workspace.json
wiki/.obsidian/workspace-mobile.json
wiki/.obsidian/cache
wiki/.obsidian/plugins/*/data.json
wiki/.trash/
wiki/.obsidian/graph.json

# Test artifacts (harness reports from gate runner)
wiki/Research/Harness-Reports/gate-traces/
wiki/Research/Harness-Reports/integration-control-flow-scenario-health.json
# Per-run cohort probe dumps (scratch; curated evidence lives in the *.md reports)
wiki/Research/Harness-Reports/task-quality-gate-*.json
.playwright-mcp/

# local-vs-frontier demo artifacts
demo-haiku.txt
apps/examples/src/demos/*.gif
apps/examples/src/demos/*.mp4
