__pycache__/
*.pyc
.venv/
venv/
*.egg-info/
dist/
build/
.ruff_cache/
.cache/
artifacts_local/
hf_cache/
*.log

# Run artifacts: adapters (large binaries) live on the HF dataset repo, not in git
results/
.autoslm/
uv-cache/

# ...but curated benchmark summaries are committed
!bench/results/
!bench/results/**
.flash/
