*~
*#
*.swp
*.iml
*.DS_Store

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

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

/doc/_apidoc/
/build

.venv
.venv/

.attach_*

dist/

.vscode/
.kiro/
.idea
.env
.env*

.durable_executions

examples/build/*
examples/*.zip
