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

# Virtual environments
.venv/
venv/
env/
ENV/

# Packaging / hatch
*.whl
*.tar.gz
.hatch/

# Cache
.cache/
*.cache

# Editor / IDE
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db

# Test / coverage
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Ruff / mypy
.mypy_cache/
.ruff_cache/

# Node (semantic-release tooling only)
node_modules/

# Claude Code local settings
.claude/
