We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbe2a38 commit 64b0b01Copy full SHA for 64b0b01
.gitignore
@@ -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
19
# Compiled source #
20
###################
21
*.com
@@ -32,6 +50,5 @@
32
50
.Trashes
33
51
ehthumbs.db
34
52
Thumbs.db
35
-
53
+# private dataset
36
54
data/VQA_BLIND_KO/train_en.json
37
-*.gitignore
0 commit comments