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

# Never commit key material. Private keys belong with the signer, not the repo.
*.pem
*.key
secrets/
