Spaces:
Running
on
Zero
Running
on
Zero
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| env/ | |
| venv/ | |
| ENV/ | |
| .venv | |
| # Gradio | |
| .gradio_temp/ | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |
| # Model files (if storing locally) | |
| *.bin | |
| *.safetensors | |
| *.pt | |
| *.pth | |