refactor: refactor debugging tools
This commit is contained in:
18
Assets/Tools/MeshConv/.gitignore
vendored
Normal file
18
Assets/Tools/MeshConv/.gitignore
vendored
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user