Add venv to gitignore

This commit is contained in:
benoit74 2023-11-16 08:22:23 +01:00
parent 4ad41a7d54
commit 51d0409128
No known key found for this signature in database
GPG Key ID: B89606434FC7B530

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ __pycache__
collections/ collections/
node_modules/ node_modules/
output/ output/
venv