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

# Virtual environments
.venv/
venv/
env/

# OS
.DS_Store

# Editors
.vscode/
.idea/

# Local Claude settings
.claude/settings.local.json
