__pycache__/
*.pyc
*.bak
.procheiron/locks/
.procheiron/backups/
*.log
.DS_Store
dist/

# Private key material. `procheiron keygen` writes ./procheiron_signing_key (0600) by
# default, in whatever directory it is run from — including this one. Nothing is
# committed today, but one keygen in the repo root plus a reflexive `git add -A` would
# publish an ed25519 private key to a public repository. Belt and braces.
procheiron_signing_key
procheiron_signing_key.*
*.pem
*.key
id_ed25519*

# Local environment and scratch deployments
.env
.env.*
.venv/
venv/
.procheiron/logs/
