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

# Local credentials and certificate material must never be committed.
.env
.env.*
!.env.example
*.key
*.pem
*.p12
*.pfx
