starflow / .spaceignore
leoeric's picture
Remove outputs/ and *.log from spaceignore so generated files are visible
89e0b68
raw
history blame contribute delete
441 Bytes
# Files to ignore when deploying to Hugging Face Space
*.pth
*.ckpt
*.safetensors
ckpts/
# outputs/ - Keep this so generated images are visible in Space Files tab
# *.log - Keep logs visible for debugging
__pycache__/
*.pyc
.pytest_cache/
.git/
.gitignore
*.md
!README.md
!README_SPACE.md
scripts/
# misc/ needed by sample.py - keep it
# dataset.py needed by sample.py - keep it
# train.py needed by sample.py - keep it
finetune_decoder.py