__pycache__/
.DS_Store
*.py[cod]
*.swp
*.egg-info/
.pytest_cache/
.venv/
build/
dist/
wheelhouse/

# Local credentials and signing material.
.env
.env.*
!.env.example
*.pem
*.key
*.p12
*.pfx
id_rsa*
id_ed25519*

# Internal development material; keep locally, not in the package repo.
private/
