# Python
__pycache__
.cache
*.pyc

# Vitual Environment
.venv/

# Distribution / packaging
*.egg-info/
build/
dist/

# Testing
.coverage
htmlcov