We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4f8a10 commit 1653b8dCopy full SHA for 1653b8d
.gitignore
@@ -0,0 +1,40 @@
1
+MANIFEST
2
+build
3
+dist
4
+_build
5
+docs/man/*.gz
6
+docs/source/api/generated
7
+docs/source/config.rst
8
+docs/gh-pages
9
+notebook/i18n/*/LC_MESSAGES/*.mo
10
+notebook/i18n/*/LC_MESSAGES/nbjs.json
11
+notebook/static/components
12
+notebook/static/style/*.min.css*
13
+notebook/static/*/js/built/
14
+notebook/static/*/built/
15
+notebook/static/built/
16
+notebook/static/*/js/main.min.js*
17
+notebook/static/lab/*bundle.js
18
+node_modules
19
+*.py[co]
20
+__pycache__
21
+*.egg-info
22
+*~
23
+*.bak
24
+.ipynb_checkpoints
25
+.tox
26
+.DS_Store
27
+\#*#
28
+.#*
29
+.coverage
30
+src
31
+
32
+*.swp
33
+*.map
34
+.idea/
35
+Read the Docs
36
+config.rst
37
38
+/.project
39
+/.pydevproject
40
0 commit comments