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

# Never let credentials near the repo
*.key
*.pem
.env
.env.*
.strac/
secrets.*
**/test-key
