# Byte-compiled / cache
__pycache__/
*.py[cod]

# Packaging / distribution
build/
dist/
*.egg-info/
.eggs/

# Virtual environments
.venv/
venv/

# Test / coverage / tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.claude
coverage.xml
htmlcov/

# Editors
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db
