Spaces:
Sleeping
Sleeping
| # 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 | |