gaussian_studio / gitignore
dgarch424's picture
Upload gitignore
9e0b487 verified
Raw
History Blame Contribute Delete
295 Bytes
# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.venv/
venv/
env/
# Model weights cache (cached by HF hub automatically)
.cache/
*.bin
*.safetensors
*.ckpt
*.pt
# Outputs
outputs/
*.ply
# HF hub cache
~/.cache/huggingface/
# Editor
.vscode/
.idea/
*.swp
# OS
.DS_Store
Thumbs.db