Added virtualenv to prevent conflicts with other projects and put the venv/ drectory on the gitignore list

This commit is contained in:
William Brawner 2016-03-09 19:38:37 -06:00
parent f7935cc566
commit 8cb42270c4

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
config.py
__pycache__
venv