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

# secrets / local only
.env
.env.*
*.pem
*.key
*.p12
secrets/
