removes the venv folder and updates the gitignore

This commit is contained in:
waldek 2021-05-24 23:17:54 +02:00
parent b98d538feb
commit f9cda1202e
3 changed files with 1 additions and 4 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ lib/
__pycache__ __pycache__
*.swp *.swp
.idea/ .idea/
venv/

View File

@ -1 +0,0 @@
lib

View File

@ -1,3 +0,0 @@
home = /usr/bin
include-system-site-packages = false
version = 3.9.5