# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
dist/
build/
*.whl
.eggs/

# Virtual environments
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

# IDE
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Project-specific
.clean-agents/
evals/results/
evals/reports/
pytest-cache-files-*/
.worktrees/

# Claude Code per-user settings (should not be shared)
.claude/settings.local.json

# Temporary
*.tmp
*.bak
