__pycache__/
*.py[cod]
.venv/
dist/
build/
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.env
.DS_Store

# Examples resolve the SDK from this checkout and keep their own lockfiles out
# of it; each README says how to run them.
examples/*/.venv/
examples/*/uv.lock
examples/*/.env

# The example UI is a Vite app
examples/demo-ui/node_modules/
examples/demo-ui/dist/
