# Python
*.egg-info
__pycache__
*.pyc

# Testing and tools
.*_cache/

# Coverage
.coverage
htmlcov

# Documentation
site/

# Build
dist/
