# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/

# Virtual environments
.venv/

# Caches
.ruff_cache/
.pytest_cache/
.mypy_cache/

# IDE
.idea/
.vscode/
*.swp

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