Update .gitignore file to exclude 'env/' and 'tmp_venv/' directories and '/package*.json' file

This commit is contained in:
Théophile Diot 2024-02-05 13:53:27 +01:00
parent 985c764bcb
commit 0e2a922f4e
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

4
.gitignore vendored
View file

@ -2,8 +2,10 @@ site/
.idea/
.vscode/
__pycache__
env
env/
tmp_venv/
node_modules
/src/ui/*.txt
.mypy_cache
.cache/
/package*.json