__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Never commit anything that looks like a vault or master key.
vault/
*.enc
.master-key
.master-key.prev
