# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
*.whl
*.tar.gz

# Virtual environments
.venv/
venv/
env/

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

# Linting / type checking
.ruff_cache/
.mypy_cache/

# IDE
.vscode/
.idea/
*.iml

# Claude Code local settings
.claude/

# OS
.DS_Store
Thumbs.db
