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

# Test / coverage
.pytest_cache/
.coverage
htmlcov/
coverage.xml

# Type checking / lint
.mypy_cache/
.ruff_cache/

# Docs
site/
.cache/

# OS / editor
.DS_Store
.idea/
.vscode/
