# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
.eggs/
build/
dist/
.mypy_cache/
.ruff_cache/
.pytest_cache/

# Virtualenv
.venv/
venv/

# OS
.DS_Store

# Editor
.vscode/
.idea/

# ai-evals local state (eval/ is checked in; .ai-evals/ is local cache)
.ai-evals/
