Skip to content

Commit 1653b8d

Browse files
committed
Gitignore
1 parent d4f8a10 commit 1653b8d

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

.gitignore

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)