ObjectverseDiary / .gitignore
qqyule's picture
Deploy latest Objectverse Diary UI
6e6f5db verified
Raw
History Blame Contribute Delete
400 Bytes
# Python
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Virtual environments
.venv/
venv/
.tmp/
video/
# Environment and secrets
.env
.env.*
!.env.example
# Model and generated artifacts
/models/
*.gguf
*.safetensors
*.ckpt
*.pt
*.pth
# Generated traces and exports
data/traces/*.json
data/traces/*.jsonl
exports/
# Local design references
UI 参考/
# System files
.DS_Store