fix(gitignore): ignore .venv standard location

This commit is contained in:
Axel H 2021-10-22 16:35:43 +02:00
parent 12d947b9ee
commit 78ccfbf863
No known key found for this signature in database
GPG key ID: 01CFF828B72703A1

1
.gitignore vendored
View file

@ -7,3 +7,4 @@
/dist
/venv*
.vscode/
.venv/