object-assembler / .gitignore
0xZohar's picture
Update .gitignore: Git蹇界暐閰嶇疆
2bb4b5b verified
raw
history blame contribute delete
367 Bytes
# Model cache directories
clip_model_cache/
model_weights/
temp_weights/
tmp/
code/ImportLDraw_auto/
# Model weight files (should be in Model Hub, not repo)
*.safetensors
*.bin
*.msgpack
*.h5
# Python
*.pyc
__pycache__/
*.egg-info
dist/
build/
# System files
.DS_Store
# IDE
.vscode/
.idea/
# HuggingFace cache (optional - only if you want to exclude)
# .cache/