# Test / coverage / mutation artifacts
.coverage
.coverage.*
htmlcov/
coverage.xml
.pytest_cache/
.hypothesis/
.mutmut-cache
mutants/

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

# Bytecode
__pycache__/
*.py[cod]
