.git
.gitignore
.venv
.venv_corrupt_*
__pycache__
*.pyc
*.pyo
*.egg-info
dist/
build/
.pytest_cache
.coverage
.env
.env.local
.vscode
.vscode/
.idea
*.md
!README.md
LICENSE
CONTRIBUTING.md
SECURITY.md
tests/
scripts/
releases/
specs/
integrations/docs/
integrations/examples/
.azure/
docker-compose.yml
*.log
