-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
42 lines (36 loc) · 834 Bytes
/
.gitignore
File metadata and controls
42 lines (36 loc) · 834 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
node_modules/
dist/
*.js.map
*.d.ts.map
.codebot/
.env
*.log
src/games/
electron/staging/
electron/dist/
# OS / IDE noise
.DS_Store
*.DS_Store
.cursor/
# Runtime DB state — should never be checked in
.spark/
# Video pipeline build artifacts (keep src/, ignore generated output)
videos/assets/
videos/out/
videos/node_modules/
videos/package-lock.json
# SWE-bench harness artifacts (predictions/runs are reproducible, not source)
bench/swe/.venv/
bench/swe/predictions-*.json
bench/swe/runs/
bench/swe/logs/
# SWE-bench run artifacts
bench/swe/predictions-*.json
bench/swe/predictions-*.run.json
bench/swe/logs/
bench/swe/.venv/
# Mined SWE-bench lessons (derived from runs, regenerable)
bench/swe/seed-lessons.json
bench/swe/codebot-ai-2.10.0.tier2-*.json
bench/swe/predictions-tier*.json
bench/swe/predictions-tier*.run.json