# Python
*.egg-info
__pycache__
*.pyc

# Testing and tools
.pytest_cache/
.mypy_cache/

# Coverage
.coverage
htmlcov

# Documentation
site/

# Build
dist/
