🙈 add .venv to .gitignore

This commit is contained in:
Marc Michalsky 2024-07-10 08:49:41 +02:00
parent 685a01fe4f
commit aaa48ff7df
Signed by untrusted user who does not match committer: marc.koch
GPG key ID: 12406554CFB028B9

1
.gitignore vendored
View file

@ -6,6 +6,7 @@ config.yaml
# Environment # Environment
.env .env
.venv/
venv/ venv/
# Templates # Templates