.vscode/

*~
*#
*.swp

*.DS_Store

__pycache__/
*.py[cod]
*$py.class
*.egg-info/

/.coverage
/.coverage.*
/.cache
/.pytest_cache
/.mypy_cache

/doc/_apidoc/
/build
**/*/build/

venv

.git

dist

temp_sdk/

coverage.xml

**/*/*_venv

**/*/migrations

*_venv/
