Spaces:
Running on Zero
Running on Zero
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| .pytest_cache/ | |
| .mypy_cache/ | |
| .ruff_cache/ | |
| # Virtual environments | |
| .venv/ | |
| venv/ | |
| .tmp/ | |
| video/ | |
| # Environment and secrets | |
| .env | |
| .env.* | |
| !.env.example | |
| # Model and generated artifacts | |
| /models/ | |
| *.gguf | |
| *.safetensors | |
| *.ckpt | |
| *.pt | |
| *.pth | |
| # Generated traces and exports | |
| data/traces/*.json | |
| data/traces/*.jsonl | |
| exports/ | |
| # Local design references | |
| UI 参考/ | |
| # System files | |
| .DS_Store | |