@tabnine/jupyterlab
Version:
JupyterLab client for Tabnine
24 lines (18 loc) • 472 B
Plain Text
include LICENSE
include README.md
include pyproject.toml
include jupyter-config/server-config/jupyterlab_tabnine.json
include jupyter-config/nb-config/jupyterlab_tabnine.json
include package.json
include ts*.json
graft jupyterlab_tabnine/labextension
# Javascript files
graft src
prune **/node_modules
prune lib
# Patterns to exclude from any directory
global-exclude *~
global-exclude *.pyc
global-exclude *.pyo
global-exclude .git
global-exclude .ipynb_checkpoints