.venv/
venv/
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
dist/
build/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.tox/
.env
.env.*
!.env.example
*.pem
*.key
credentials.json
.DS_Store
*.swp
.idea/
.vscode/
*.orig
