diff options
author | Alex Auvolat <alex.auvolat@ens.fr> | 2015-06-09 13:42:08 -0400 |
---|---|---|
committer | Alex Auvolat <alex.auvolat@ens.fr> | 2015-06-09 13:42:08 -0400 |
commit | 6a5ed2e43a5885eeb3c5e202ed5bb473f6065401 (patch) | |
tree | f5541c64fe0fc4eaf3567d716eb71c2dc5fb1ea8 /.gitignore | |
download | text-rnn-6a5ed2e43a5885eeb3c5e202ed5bb473f6065401.tar.gz text-rnn-6a5ed2e43a5885eeb3c5e202ed5bb473f6065401.zip |
First commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cec3f1e --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.pyc +*.swp +data/* |