19 lines
216 B
Plaintext
19 lines
216 B
Plaintext
## ======== Personal ========
|
|
# Ignore test used 3d Object
|
|
*.bin
|
|
*.obj
|
|
*.mtl
|
|
|
|
## ======== Python ========
|
|
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Virtual environments
|
|
.venv
|
|
|