__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/
# ...but the benchmark's committed results ARE the deliverable. Un-ignore that subtree
# HERE: git won't descend into an ignored dir to read a nested benchmark/results/.gitignore,
# so the exception must live at the root. benchmark/results/.gitignore then whitelists the
# specific json/md to track.
!benchmark/results/
.flash/
uv-cache/
.flash/

# Operator credentials (use .env.example as the template)
.env
