__pycache__/
*.py[cod]
.venv/
dist/
build/
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.hypothesis/
.coverage
htmlcov/
site/
.env
.DS_Store
# What `odke run` writes when the examples are run in place.
examples/e2e/out/
