chore: Updated .gitignore.
This commit is contained in:
parent
53cc8a0096
commit
7996f3eef1
11
.gitignore
vendored
11
.gitignore
vendored
@ -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
|
Loading…
Reference in New Issue
Block a user