.env
.env.*
!.env.example

*.json
*credentials*
*secret*
*token*

application_default_credentials.json
client_secret*.json
windows_ca_bundle.pem

.venv/
venv/
__pycache__/
*.pyc
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

dist/
build/
*.egg-info/

.idea/
.vscode/
.DS_Store
Thumbs.db
