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