__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.venv/
venv/
.pytest_cache/
.mypy_cache/
.coverage
htmlcov/
.DS_Store
instance/
example/instance/
# Uploaded media (LocalFileStore default location)
**/static/sitecopy-uploads/

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