/ concept-collection / jupyterlite-numbl-kernel
Sign in
concept-collection / jupyterlite-numbl-kernel
jupyterlite-numbl-kernel / .gitignore
27 lines · 580 BBlameHistoryRaw
1node_modules/
2lib/
3tsconfig.tsbuildinfo
4dist/
5*.tgz
7# Prebuilt labextension (built from src/ by hatch/jlpm)
8jupyterlite_numbl_kernel/labextension
9jupyterlite_numbl_kernel/_version.py
11# Python
12__pycache__/
13*.egg-info/
14.venv/
15build/
17# Yarn (jlpm)
18.yarn/
19# The lockfile is intentionally not committed yet: it would pin the numbl
20# dependency, which is released in lockstep with this extension. Remove this
21# line and commit yarn.lock once the referenced numbl version is on npm.
22yarn.lock
24# JupyterLite build artifacts
25.jupyterlite.doit.db
26demo/.jupyterlite.doit.db
27demo/_output
moveopenescclose