chore: gitignore models/builds
This commit is contained in:
parent
1cbcd19191
commit
169fc7760f
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -118,3 +118,11 @@ InitTestScene*.unity*
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.pyc
|
*.pyc
|
||||||
.venv/
|
.venv/
|
||||||
|
*.gguf
|
||||||
|
*.gguf
|
||||||
|
*.onnx
|
||||||
|
*.onnx.json
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
.venv/
|
||||||
|
*.apk
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue