mirror of https://github.com/explosion/spaCy.git
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:
parent
001abe2b9d
commit
094c51f496
|
@ -37,6 +37,7 @@ data/en/strings
|
|||
_build/
|
||||
.env/
|
||||
tmp/
|
||||
cythonize.json
|
||||
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
|
|
Loading…
Reference in New Issue