-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
107 lines (99 loc) · 1.35 KB
/
.gitignore
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
Skip to content
Search or jump to…
Pull requests
Issues
Marketplace
Explore
@nischa564
./images_pp/
./paper/
jupyter
/
notebook
Public
318
8.6k3.6k
Code
Issues
2k
Pull requests
46
Actions
Projects
8
Security
2
Insights
notebook/.gitignore
@afshin
afshin Use Jupyter Releaser (#6048)
…
Latest commit c19323d on 12 May
History
21 contributors
@minrk@takluyver@jdfreder@willingc@blink1073@joshuazeltser@afshin@fperez@ellisonbg@Carreau@github-actions@telamonian
58 lines (52 sloc) 777 Bytes
MANIFEST
build
dist
_build
docs/man/*.gz
docs/source/api/generated
docs/source/config.rst
docs/gh-pages
notebook/i18n/*/LC_MESSAGES/*.mo
notebook/i18n/*/LC_MESSAGES/nbjs.json
notebook/static/components
notebook/static/style/*.min.css*
notebook/static/*/js/built/
notebook/static/*/built/
notebook/static/built/
notebook/static/*/js/main.min.js*
notebook/static/lab/*bundle.js
node_modules
*.py[co]
__pycache__
*.egg-info
*~
*.bak
.ipynb_checkpoints
.tox
.DS_Store
\#*#
.#*
.coverage
.pytest_cache
src
*.swp
*.map
.idea/
Read the Docs
config.rst
*.iml
/.project
/.pydevproject
package-lock.json
geckodriver.log
*.iml
# jetbrains IDE stuff
*.iml
.idea/
# ms IDE stuff
*.code-workspace
.history
.vscode
# copied changelog
docs/source/changelog.md
.jupyter_releaser_checkout
© 2021 GitHub, Inc.
Terms
Privacy
Security
Status
Docs
Contact GitHub
Pricing
API
Training
Blog
About