# Secrets — never commit. The scaffold writes your API key here.
.env
.env.*
!.env.template

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

# Build artifacts
/build/
/dist/

# Evaluation output
eval/output/
spans.jsonl
