Skip to content

Commit d6bdab7

Browse files
HyunsuLeehunkim
authored andcommitted
update gitignore (nlintz#86)
* update gitignore ./idea - pycharm stuff /logs - tensorboard stuff * add ignoring for python notebook stuff
1 parent 5485767 commit d6bdab7

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,12 @@ MNIST_data/
6161
/in_vis.png
6262
/word2vec.png
6363
/pred_vis.png
64+
65+
# pycharm stuff:
66+
.idea/
67+
68+
#tensorboard logs
69+
logs/
70+
71+
#ipython notebook
72+
.ipynb_checkpoints/

0 commit comments

Comments
 (0)