sherjilozair / char-rnn-tensorflow

Multi-layer Recurrent Neural Networks (LSTM, RNN) for character-level language models in Python using Tensorflow
MIT License
2.64k stars 960 forks source link

Add .gitignore #72

Closed hugovk closed 7 years ago

hugovk commented 7 years ago

Ignore some common things from https://github.com/github/gitignore/blob/master/Python.gitignore and also data.npy and vocab.pkl.

Fixes #5.

hugovk commented 7 years ago

@sherjilozair Is this PR okay to merge, or would you like some changes?

ubergarm commented 7 years ago

I ran a diff on this .gitignore and the one pulled in on #79 and the look the same, so closing this one. If i'm mistaken please let me know!

Thanks!