Scrypt / .gitignore
IMJONEZZ's picture
space: revert to Gradio SDK + CPU llama-cpp-python (keeps the prize; ZeroGPU was the problem, not the SDK)
e577af2
Raw
History Blame Contribute Delete
555 Bytes
# 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