.idea/
.mypy_cache/
.ruff_cache/
.venv/
__pycache__/
build/
dist/
migration/
notes/
*.egg-info/

.DS_Store
*.py[cod]

# the playwright MCP writes its page snapshots here
.playwright-mcp/

# the terminal demo's smoke-test node deps
demo/terminal/node_modules/
demo/terminal/package.json
demo/terminal/package-lock.json
