| # 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 | |