mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
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
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -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__/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user