Skip to content

Commit 64b0b01

Browse files
committed
gitignore
1 parent dbe2a38 commit 64b0b01

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

.gitignore

+19-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# Created by https://www.toptal.com/developers/gitignore/api/jupyternotebooks
2+
# Edit at https://www.toptal.com/developers/gitignore?templates=jupyternotebooks
3+
4+
### JupyterNotebooks ###
5+
# gitignore template for Jupyter Notebooks
6+
# website: http://jupyter.org/
7+
8+
.ipynb_checkpoints
9+
*/.ipynb_checkpoints/*
10+
11+
# IPython
12+
profile_default/
13+
ipython_config.py
14+
15+
# Remove previous ipynb_checkpoints
16+
# git rm -r .ipynb_checkpoints/
17+
18+
# End of https://www.toptal.com/developers/gitignore/api/jupyternotebooks
119
# Compiled source #
220
###################
321
*.com
@@ -32,6 +50,5 @@
3250
.Trashes
3351
ehthumbs.db
3452
Thumbs.db
35-
53+
# private dataset
3654
data/VQA_BLIND_KO/train_en.json
37-
*.gitignore

0 commit comments

Comments
 (0)