From 094c51f4962ee5fa795cb07bb064cf57067fa894 Mon Sep 17 00:00:00 2001 From: Mark Amery Date: Sun, 20 Nov 2016 13:55:52 +0000 Subject: [PATCH] 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0c19913ef..299c67985 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,7 @@ data/en/strings _build/ .env/ tmp/ +cythonize.json # Byte-compiled / optimized / DLL files __pycache__/