From 8cb42270c4d31542e7fccb623378c0cefb042455 Mon Sep 17 00:00:00 2001 From: Billy Brawner Date: Wed, 9 Mar 2016 19:38:37 -0600 Subject: [PATCH] Added virtualenv to prevent conflicts with other projects and put the venv/ drectory on the gitignore list --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3570422..8de6592 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ config.py __pycache__ +venv