__pycache__/
*.py[cod]

.pytest_cache/
.mypy_cache/

.venv/
venv/
release-test/

build/
dist/
*.egg-info/

.vscode/