1
0

refactor: refactor debugging tools

This commit is contained in:
2026-01-24 22:26:49 +08:00
parent f7acb3bfa9
commit 440bc63432
10 changed files with 249 additions and 116 deletions

18
Assets/Tools/MeshConv/.gitignore vendored Normal file
View File

@@ -0,0 +1,18 @@
## ======== Personal ========
# Ignore test used 3d Object
*.bin
*.obj
*.mtl
## ======== Python ========
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv