# Rust build output
/target

# Database files
*.db

# Secrets
.env

# Report output directory
tracerazor-reports/

# Dashboard: dependencies and build output
dashboard/node_modules/
dashboard/dist/

# Python build artifacts
dist/
*.egg-info/
__pycache__/
*.pyc
build/

# Claude local settings
.claude/

# Benchmark result JSONs — ignore intermediates, keep canonical 50-task runs
v2/results/*.json
!v2/results/tau_bench_all50.json
!v2/results/tau_bench_adaptive_k5_50t.json
!v2/results/tau_bench_sc_k5_50t.json
!v2/results/tau_bench_naive_k5_50t.json
