__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.venv/
venv/
.pytest_cache/
.mypy_cache/
.coverage
htmlcov/
.DS_Store
instance/
example/instance/

# mutation testing scratch
mutants/
.mutmut-cache
html/
