# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/

# Test / cache
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# Generated report outputs
*.report.html
*.report.json
report*.html
report*.json
/tmp_*.html
/tmp_*.json

# Real dataset slices pulled by examples/load_helpsteer2.py (reproducible; not
# ours to redistribute — the bundled demo data is synthetic on purpose)
examples/helpsteer2_responses.json

# OS
.DS_Store
