Add cythonize.json to .gitignore

This gets generated for me when installing from the local repo with pip using `sudo pip3 install -e .` from within the spaCy folder. I figure it should be ignored.
This commit is contained in:
Mark Amery 2016-11-20 13:55:52 +00:00
parent 001abe2b9d
commit 094c51f496
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -37,6 +37,7 @@ data/en/strings
_build/
.env/
tmp/
cythonize.json
# Byte-compiled / optimized / DLL files
__pycache__/