chore: Updated .gitignore.

This commit is contained in:
muli 2022-06-16 13:03:02 +02:00
parent aeb1ae24fa
commit bbc1bc2b61
1 changed files with 8 additions and 3 deletions

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
@ -86,8 +87,12 @@ $RECYCLE.BIN/
# Windows shortcuts # Windows shortcuts
*.lnk *.lnk
# Python virtual enviroment ### Python ###
env # Compiled python
*.pyc
# Virtaul environments
.env .env
venv
.venv .venv
env
venv