# Build output
node_modules/
lib/
dist/
build/
*.js.map
tsconfig.tsbuildinfo

# JupyterLab extension build
hot_notebook_patching/labextension/

# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
.eggs/
.venv/
venv/
.env

# Jupyter
.ipynb_checkpoints/
*.ipynb_checkpoints

# Yarn
.yarn/cache/
.yarn/install-state.gz
.pnp.*

# macOS
.DS_Store

# Editor
.vscode/
.idea/
*.swp
*.swo
