Add .venv to gitignore

This commit is contained in:
apophisnow 2022-12-18 08:25:50 -08:00 committed by Shaun Eccles-Smith
parent f708108db1
commit 46a0289cf4
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -14,6 +14,7 @@
# Python env
env
.venv
# NPM
node_modules/