__pycache__/
*.py[cod]
*$py.class
*.so

build/
dist/
*.egg-info/
*.egg
.eggs/
wheels/

.venv/
venv/
env/
ENV/

.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
.tox/
.nox/
.hypothesis/

.mypy_cache/
.dmypy.json
dmypy.json
.ruff_cache/
.pyright/

.env
.env.*
!.env.example
*.pem
*.key
secrets.json
client_secret*.json

.idea/
.vscode/
*.swp
*.swo
*~

.DS_Store
Thumbs.db
desktop.ini

site/
docs/_build/
.wrangler/

*.log
.cache/