# Virtual environment
.venv/
venv/

# Python cache/build artifacts
__pycache__/
*.pyc
dist/
build/
*.egg-info/
.pytest_cache/
.ruff_cache/

# Environment / secrets
.env
*.env.local

# Eval outputs (generated, not source)
results.json
results/
*.results.json

# OS clutter
.DS_Store

# Editor/IDE
.vscode/
.idea/