Spaces:
Running on Zero
Running on Zero
| # Python | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| .venv/ | |
| venv/ | |
| .pytest_cache/ | |
| .ruff_cache/ | |
| .mypy_cache/ | |
| *.egg-info/ | |
| # Brainstorm + scratch | |
| .superpowers/ | |
| # Model weights (never commit) | |
| *.safetensors | |
| *.gguf | |
| *.bin | |
| *.pt | |
| *.pth | |
| !assets/seed_inputs/*.png | |
| !assets/seed_inputs/*.jpg | |
| # DiffSynth-local model dir (symlinks to HF cache; weights live in ~/.cache/huggingface/hub) | |
| models/ | |
| # Gradio runtime | |
| gradio_cached_examples/ | |
| output/ | |
| flagged/ | |
| # OS / editor | |
| .DS_Store | |
| .idea/ | |
| .vscode/ | |
| *.swp | |