diff --git a/.gitignore b/.gitignore index f423750..ff77f9b 100644 --- a/.gitignore +++ b/.gitignore @@ -61,3 +61,12 @@ MNIST_data/ /in_vis.png /word2vec.png /pred_vis.png + +# pycharm stuff: +.idea/ + +#tensorboard logs +logs/ + +#ipython notebook +.ipynb_checkpoints/ \ No newline at end of file