-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
34 lines (29 loc) · 1.06 KB
/
.gitignore
File metadata and controls
34 lines (29 loc) · 1.06 KB
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
__pycache__/
*.pyc
*.pem
*.env
.venv/
swebench-env/
.DS_Store
iso/
# generated per-instance task files — regenerate via `BENCH=pro make_task`; only strata.json is curated
# ephemeral scratch pad: working notes/artifacts. Durable record goes in WORKLOG.md, not here.
scratch/
# dev/telemetry run outputs live in /tmp (batch_*.tsv, pro_smoke/, swebench-abduction/) — never committed
# self-descriptive layout: commit each dir's README, ignore its (regenerable/ephemeral) contents
tasks/generated/*
!tasks/generated/README.md
runs/dev/*
!runs/dev/README.md
scratch/*
!scratch/README.md
# local env written by bootstrap.sh (machine-specific paths)
driver/.proenv
# ephemeral single-box 60s checkpoint ledgers (canonical audit trail = eligible.txt + defects.jsonl + shards/)
runs/audit/audit.jsonl
runs/*/*_checkpoint.jsonl
# raw per-instance provenance pulled off boxes (pull_artifacts.sh) + operator logs.
# NOT discarded — published as a deliberate archive/release per prereg §14, not raw in git history.
runs/scored/artifacts/
runs/scored/*.log
runs/scored/status_snapshots/