# Reproducibility: results artifacts are regenerable from committed configs + seeds; only
# their hashes (in each run's manifest.json) are tracked, per the open-science contract.
.venv/
__pycache__/
*.pyc
.pytest_cache/
results/**/results.parquet
models/
data/
configs/llm/_gen/
logs/
# exploratory bundles kept on disk; tracked on the dev branch
results/_archive/
