-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
54 lines (45 loc) · 708 Bytes
/
Copy path.gitignore
File metadata and controls
54 lines (45 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
__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/