Update .gitignore

This commit is contained in:
jamesparkin675 2023-01-25 18:32:43 +00:00
parent 527385009e
commit 3579bfd698

3
.gitignore vendored
View File

@ -1,4 +1,5 @@
/venv /venv
venv venv
venv/ venv/
pyvenv.cfg pyvenv.cfg
*.pyc