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
.gitignore vendored
View File

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