# Build
target/
*.swp
*.swo

# Data
data/

# Python
__pycache__/
.pytest_cache/
*.pyc
.venv/

# Environment
.env
.DS_Store

# Editor
*.lock.tmp
docs/~$*

# Word temp files
~$*

# Runtime data
forge_enterprise_data/
*.db
*.db-shm
*.db-wal

# Demo artifacts with live server state
docs/demo_run_output.log
docs/demo_data_ids.json

# Bootstrap key generated at first startup
data/.bootstrap_api_key

# Test and benchmark output files
tests/e2e_results.json
docs/benchmarks/results.json
docs/benchmarks/enterprise_scale_results.json
docs/benchmarks/scale_*.json

# Node
node_modules/

# Worktrees / Claude tool caches
.worktrees/
.claude/worktrees/
.fastembed_cache/
target-alt/
target-tmp/

# Tool caches
.firecrawl/
.openclaw/
.playwright-mcp/
.agent/

# Session / handoff docs (ephemeral)
HANDOFF_*.md
GEMINI_WORK_PLAN.md
SESSION_BOOST_DEMO_PREP.md
CLAUDE_HANDOFF_CS_AEGIS.md

# Screenshots (generated, not source)
scripts/demos/screenshots/
scripts/e2e_screenshots/
