open3dforge / .gitignore
Reverb's picture
Fix: un-ignore TRELLIS.2/trellis2/models/ — was blocked by 'models/' in .gitignore
854c275
Raw
History Blame Contribute Delete
933 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
.pytest_cache/
.venv/
venv/
# Workspace runtime data (kept local, not pushed)
workspace/current/*
workspace/history/*
!workspace/current/.gitkeep
!workspace/history/.gitkeep
!workspace/exports/.gitkeep
!workspace/presets/.gitkeep
# Model weights (downloaded at runtime, not committed)
weights/
/models/
!TRELLIS.2/trellis2/models/
*.safetensors
*.bin
*.pt
*.pth
*.ckpt
# Large generated files
*.glb
*.fbx
*.usdz
!presets/*.glb # if we ship example assets
# Generated textures
workspace/current/textures/*.png
workspace/current/textures/*.jpg
# OS junk
.DS_Store
Thumbs.db
desktop.ini
# Editor
.vscode/
.idea/
*.swp
*.swo
# HF Spaces
.huggingface/
# Hunyuan3D-2.1 — training data and compiled artifacts not needed at inference
Hunyuan3D-2.1/hy3dshape/tools/mini_trainset/
Hunyuan3D-2.1/hy3dshape/tools/mini_testset/
# Logs
*.log
logs/
# Temp
tmp/
*.tmp