__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*
