fix .gitignore

This commit is contained in:
Giovanni Campagna 2020-02-10 17:28:44 -08:00
parent 31c5e6e580
commit 403a147a46
1 changed files with 2 additions and 2 deletions

4
.gitignore vendored
View File

@ -4,8 +4,8 @@ __pycache__/
*$py.class *$py.class
# added manually # added manually
.data/ .data
.embeddings/ .embeddings
__pycache__/ __pycache__/
models/__pycache__/ models/__pycache__/
multiprocess/__pycache__/ multiprocess/__pycache__/