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:
Claude 2026-09-05 06:29:15 +00:00
parent cd392e77c5
commit 6d387bbe3b
No known key found for this signature in database

4
.gitignore vendored
View file

@ -14,3 +14,7 @@ scratch/
.dolt/
*.db
.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*