chore: Update .gitignore
parent
4025fda709
commit
aa72ee892b
|
|
@ -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
|
# Byte-compiled / optimized / DLL files
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
|
|
@ -165,4 +180,4 @@ models/
|
||||||
data
|
data
|
||||||
.idea
|
.idea
|
||||||
.dev
|
.dev
|
||||||
poetry.lock
|
poetry.lock
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue