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

# Virtualenvs
.venv/
venv/

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/

# OS
.DS_Store
