TextTo3DScene / .gitignore
CantonMonkey
attempt: text to image, diffusion
30ac7d9
raw
history blame contribute delete
219 Bytes
# Pycache
__pycache__/
*.pyc
*.pyo
*.pyd
# virtual env
venv/
.env/
# Jupyter Notebook checkpoints
.ipynb_checkpoints/
# HF space cache files (optional)
*.log
*.ckpt
*.safetensors
*.pt
# sys file
.DS_Store
Thumbs.db