# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg
*.egg-info/
dist/
build/
wheels/
.eggs/

# uv / pip
.venv/
venv/
.pip-cache/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Mypy
.mypy_cache/

# Ruff
.ruff_cache/

# macOS
.DS_Store

# IDEs
.idea/
.vscode/
*.swp
*.swo

# Claude Code
.claude/
