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

# Coverage
htmlcov/
.coverage
.coverage.*
coverage.xml

# mkdocs
site/