Ignore the A/B harnesses' per-process shard files
Only the merged <out>.csv is worth keeping; the shards are intermediate by construction and one per worker process. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01MJ84Feep79Hhm3E4zZJmnB
This commit is contained in:
parent
cd392e77c5
commit
6d387bbe3b
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -14,3 +14,7 @@ scratch/
|
||||||
.dolt/
|
.dolt/
|
||||||
*.db
|
*.db
|
||||||
.beads-credential-key
|
.beads-credential-key
|
||||||
|
|
||||||
|
# per-process shards written by the sharded A/B harnesses; the merged
|
||||||
|
# <out>.csv is the artefact worth keeping (experiments/ab_9gj_ramp.py --report)
|
||||||
|
experiments/results/*.csv.shard*
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue