Added virtualenv to prevent conflicts with other projects and put the venv/ drectory on the gitignore list
This commit is contained in:
parent
f7935cc566
commit
8cb42270c4
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
config.py
|
||||
__pycache__
|
||||
venv
|
||||
|
|
Loading…
Reference in a new issue