Spaces:
Running on Zero
Running on Zero
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *.egg-info/ | |
| .pytest_cache/ | |
| .ruff_cache/ | |
| # Environments | |
| .venv/ | |
| venv/ | |
| env/ | |
| # Leftover engine scaffolding (not part of the game) | |
| .godot/ | |
| # Local model weights / finetune outputs — never commit these | |
| finetune/out/ | |
| finetune/checkpoints/ | |
| finetune/nemo/runs/ | |
| finetune/nemo/.hf/ | |
| finetune/nemo/.nemo/ | |
| finetune/_nemo_src/ | |
| *.gguf | |
| *.safetensors | |
| *.nemo | |
| *.distcp | |
| # …except the Warden the Space ships in-repo (uploaded via hf, stored as LFS) | |
| !model/*.safetensors | |
| # OS / editor | |
| .DS_Store | |
| *.swp | |
| # local screenshots / scratch | |
| *.png | |