__pycache__/
*.py[cod]
.venv/
build/
dist/
*.egg-info/
.pytest_cache/
.ruff_cache/
*.db
!bench-results/**/*.db
*.json.gz

# never credentials, whatever they are called
.env
.env.*
*.env
.envrc
*.pem
*.key
*.p12
secrets*/

# editor and OS droppings
.DS_Store
.idea/
.vscode/
