chore: Updated .gitignore.

This commit is contained in:
muli 2022-06-16 13:03:02 +02:00
parent 53cc8a0096
commit 7996f3eef1

11
.gitignore vendored
View File

@ -14,6 +14,7 @@ temp/
.DS_Store
.AppleDouble
.LSOverride
.nova
# Icon must end with two \r
Icon
@ -85,3 +86,13 @@ $RECYCLE.BIN/
# Windows shortcuts
*.lnk
### Python ###
# Compiled python
*.pyc
# Virtaul environments
.env
.venv
env
venv