added all venv to gitignore

This commit is contained in:
Oliver Hartmann 2023-01-03 23:18:52 +01:00
parent e96ec3eaec
commit e055f17fd2

4
.gitignore vendored
View File

@ -108,9 +108,9 @@ celerybeat.pid
# Environments
.env
.venv
.venv*
env/
venv/
venv*/
ENV/
env.bak/
venv.bak/