# 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 Code working state (nothing under .claude/ is tracked)
.claude/
