# Keep build contexts small and prevent local credentials/state from entering images.
.git
.github
.venv
__pycache__
*.py[cod]
.pytest_cache
.ruff_cache
.coverage
coverage.xml
htmlcov
node_modules
dist
build
*.egg-info
.env
.env.*
!.env.example
*.db
*.sqlite
*.sqlite3
*.rdb
*.log
*.tar
*.tar.gz
*.tgz
*.zip
*.patch
*.diff
.idea
.vscode
*.swp
*.swo
.DS_Store
