forked from jupyter-widgets/ipywidgets
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (45 loc) · 652 Bytes
/
.gitignore
File metadata and controls
53 lines (45 loc) · 652 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
MANIFEST
build
dist
_build
docs/man/*.gz
docs/source/api/generated
docs/source/.cache
*.doit.db
_contents
node_modules
*.py[co]
__pycache__
*.egg-info
*~
*.bak
.ipynb_checkpoints
.tox
.DS_Store
\#*#
.#*
.coverage
.xunit.xml
.tern-project
npm-debug.log
.pytest_cache
.vscode/*
!.vscode/extensions.json
# Generated files
python/widgetsnbextension/widgetsnbextension/static
python/jupyterlab_widgets/labextension/
packages/controls/css/nouislider.css
index.built.js
index.built.js.map
**/es5/
**/built
**/lib/
temp/*
*.tsbuildinfo
ui-tests/test-results
ui-tests/playwright-report
**/lite/_output/
**/lite/.cache
**/*.doit.*
**/docs/typedoc/
.yarn