add venv paths to gitignore

This commit is contained in:
Wojtek Kowaluk 2023-03-18 00:17:05 +01:00
parent f2a5ca7d49
commit 7d97da1dcb

3
.gitignore vendored
View file

@ -19,3 +19,6 @@ img_me*
!models/place-your-models-here.txt
!softprompts/place-your-softprompts-here.txt
!torch-dumps/place-your-pt-models-here.txt
venv/
.venv/