add venv to gitignore

This commit is contained in:
Ben Harris 2023-08-25 17:10:45 -04:00
parent c8e3a08c80
commit 7378be2251
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ __pycache__/
.py[cod]
instance/
up/
venv/