# Python
__pycache__/
*.py[cod]
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
.venv/
venv/
env/
.env

# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Type checking
.mypy_cache/

# Ruff
.ruff_cache/

# Claude Code settings
.claude/

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Benchmark output
output.json
