Reverb/open3dforge
0
1# Python2__pycache__/3*.py[cod]4*$py.class5*.so6.Python7*.egg-info/8.pytest_cache/9.venv/10venv/11 12# Workspace runtime data (kept local, not pushed)13workspace/current/*14workspace/history/*15!workspace/current/.gitkeep16!workspace/history/.gitkeep17!workspace/exports/.gitkeep18!workspace/presets/.gitkeep19 20# Model weights (downloaded at runtime, not committed)21weights/22/models/23!TRELLIS.2/trellis2/models/24*.safetensors25*.bin26*.pt27*.pth28*.ckpt29 30# Large generated files31*.glb32*.fbx33*.usdz34!presets/*.glb # if we ship example assets35 36# Generated textures37workspace/current/textures/*.png38workspace/current/textures/*.jpg39 40# OS junk41.DS_Store42Thumbs.db43desktop.ini44 45# Editor46.vscode/47.idea/48*.swp49*.swo50 51# HF Spaces52.huggingface/53 54# Hunyuan3D-2.1 — training data and compiled artifacts not needed at inference55Hunyuan3D-2.1/hy3dshape/tools/mini_trainset/56Hunyuan3D-2.1/hy3dshape/tools/mini_testset/57 58# Logs59*.log60logs/61 62# Temp63tmp/64*.tmp65 