__pycache__/
*.py[cod]
*.egg-info/
.eggs/
dist/
build/
*.egg
.env
!.env.example
.venv
venv/
env/

# Database files (contain machine-specific data)
*.db
*.db-shm
*.db-wal

# Benchmark output (generated, not source)
benchmark_results.json
stress_results*.json
resource_results*.json
proof_combined.json
proof_*.json
output.txt

# Agent benchmark run artifacts (generated)
agent_bench_results*.json
agent_bench_results*.md
agent_bench_run*.log
agent_bench.log
AGENT_BENCHMARK_RESULTS*.md

# WebUI runtime secret
.webui_secret_key


# macOS
.DS_Store
.AppleDouble
.LSOverride

# IDE
.idea/
.vscode/
*.swp
*.swo

# autotune data dir (runtime)
data/

# Website build artifacts
website/.next/
website/node_modules/
