homemaker-layout/.gitignore
Claude 6d387bbe3b
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
2026-09-05 06:29:15 +00:00

20 lines
421 B
Text

__pycache__/
*.pyc
.venv/
venv/
*.egg-info/
.pytest_cache/
.ruff_cache/
# scratch output from the Perl oracle during experiments
scratch/
*.dom.score
*.dom.fails
# Beads / Dolt files (added by bd init)
.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*