# Node
node_modules/
dist/
dist-webview/
/lib/
.turbo/
*.tsbuildinfo
.pnpm-store/

# TanStack Start / Nitro build output (web-app)
.output/
.nitro/
.tanstack/
.vercel/

# JupyterLab webpack output (regenerated by `pnpm setup` / `build:lab`)
engine/notebookflow/labextension/

# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
.pytest_cache/
.ruff_cache/
.ty_cache/

# Editor / OS
.vscode/
!.vscode/launch.json
!.vscode/tasks.json
.idea/
.DS_Store
Thumbs.db

# Env / secrets
.env
.env.local
.env.*.local
