# Eval run history — baseline.json is committed, individual run results are not
datasets/*/results/
eval-results.json
results.json

# Staged generation output (supereval generate writes *_staged.jsonl to cwd)
*_staged.jsonl

# DuckDB run history — local state, not shared
supereval.db

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

# Virtual environments
.venv/
bin/
lib/
include/
pyvenv.cfg

# Test / tool caches
.pytest_cache/
node_modules/

# Environment & secrets
.env

# macOS
.DS_Store

# MkDocs build output
site/

# Generated docs artifacts
*.pdf
