node_modules/
dist/
*.tsbuildinfo
.env
.env.local
.env.*.local
.DS_Store
*.log
coverage/
target/

# Editor temp files
*.swp
*.swo
*~
.vscode/
.idea/

# OS/process artifacts
*.pid
*.tmp

# Benchmark results (raw data) — committed: MODEL_COMPARISON.md
benchmarks/results.json
benchmarks/runs/
benchmarks/eval-results/
benchmarks/gaia-results/

# Playwright / vitest artifacts
test-results/
playwright-report/

# Local deploy marker
.last-ui-deploy

# Personal skills — private, never committed
src/skills/personal/

# Voice clone references — user-specific, never committed
**/voices/*.wav
**/voices/*.txt

# Python virtualenvs (F5-TTS server, optional installers, etc.)
.venv/
.venv-*/
venv/
**/__pycache__/
*.pyc
*.pyo

# Handoff + audit documents — local-only, never committed
HANDOFF*.md
AUDIT*.md
**/HANDOFF*.md
**/AUDIT*.md
docs/HANDOFF/
docs/agent-memory/
docs/superpowers/plans/

# Internal planning, recon, COO, competitive — local-only, never committed
KIMI_COO_STATE.md
PHASE0_BASELINE.md
TITAN-HARNESS-AUDIT.md
TITAN_SOURCE_OF_TRUTH_PLAN.md
TITAN_UNIVERSE_RECON*.md
TITAN-100-PLAN.md
MASTER-PLAN.md
COMPETITIVE-ANALYSIS*.md
COMPETITIVE_ANALYSIS*.md
docs/COO-MASTER-PLAN*.md
docs/COMPETITIVE-RESEARCH*.md
docs/competitive-research.md
docs/qa-audit-report.md
docs/TITAN-PC-AUDIT*.md
ARCHITECTURE-TODO.md
DEPLOY_TASKS.md
ISSUES.md
TASKS.md
VALIDATION-RESULTS.md

# Claude Code project guide — local-only, never committed
CLAUDE.md
**/CLAUDE.md

# Internal planning / research / launch material — local-only, never committed
docs/EXAMPLES-PUBLISHING-PLAN.md
docs/HUNT-LOG.md
docs/PIPELINE-NEXT-STEPS.md
docs/TITAN_3_OVERHAUL.md
docs/ULTRAPLAN-PIPELINE-EXCELLENCE.md
docs/VISIONARY-IDEAS*.md
docs/CAPABILITY-GAPS.md
docs/ANALYTICS-DEPLOYMENT.md
docs/CI-FIX-GUIDE.md
docs/analytics-research.md
docs/bleeding-edge-agents-*.md
docs/langchain-analysis.md
docs/langchain-code-analysis.md
docs/launch-posts.md
docs/reliability-report-*.md
docs/space-agent-*.md
docs/system-prompt-research.md

# Personal Claude Code / Codex / OpenCode / agent-bus configs — local-only
.claude/
.codex/
.opencode/
.agents/

# One-off Mac dev hacks — never committed
edit-server.js

# Benchmark output dirs — raw data, may include $USER
benchmarks/results/
benchmarks/swe-bench-results/

# Stray scratch files — keep out of commits
ai_poem.txt
pingpong.py
.gitnexus
.ai_bridge.json

# Codex/agent-bus session notes — local-only, never committed
AGENTS.md
**/AGENTS.md

# Internal-only draft notes (CHANGELOG-DRAFT, v6.0 planning, etc.) — never published
docs/internal/

# Local-only knowledge graph (understand-anything plugin output) — never committed
.understand-anything/
