From 08cddf4c83265af43f103b75a5c9ea6130d4948d Mon Sep 17 00:00:00 2001 From: dbanon87 <56310477+dbanon87@users.noreply.github.com> Date: Tue, 8 Oct 2019 10:52:56 -0400 Subject: [PATCH] add env/ to gitignore This allows working in a virtualenv in the project directory. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 12e6297..d37883b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ dist/ MANIFEST __pycache__/ src/__pycache__/ -config.json \ No newline at end of file +config.json +env/