chore: Update .gitignore
This commit is contained in:
parent
4025fda709
commit
aa72ee892b
15
.gitignore
vendored
15
.gitignore
vendored
@ -1,3 +1,18 @@
|
||||
# Mac
|
||||
.DS_Store
|
||||
*/.DS_Store
|
||||
|
||||
# VS Code
|
||||
.vscode
|
||||
*.project
|
||||
*.factorypath
|
||||
|
||||
# IntelliJ IDEA
|
||||
.idea
|
||||
*.iws
|
||||
*.iml
|
||||
*.ipr
|
||||
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user