evoneuralIn3D / .gitignore
evoneuralai's picture
Upload folder using huggingface_hub
74f0b48 verified
Raw
History Blame Contribute Delete
317 Bytes
# Python
.venv/
venv/
env/
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
dist/
build/
# Outputs and weights
outputs/
weights/
*.obj
*.glb
*.png
!scripts/**/*.png
TripoSR/
*.ckpt
*.safetensors
# IDE
.idea/
.vscode/
*.swp
*.swo
# Streamlit
.streamlit/
# Logs
*.log
performance_log.txt