node_modules/
dist/
.bench-run-*/
bun.lockb
.env
.env.local
.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/meta-agent/.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
