# Byte-compiled / cache
__pycache__/
*.py[cod]

# Packaging / build
build/
dist/
*.egg-info/

# Virtualenvs
.venv/
venv/

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