Spaces:
Running
on
Zero
Running
on
Zero
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| env/ | |
| venv/ | |
| .venv | |
| # Model cache | |
| .cache/ | |
| models/ | |
| *.bin | |
| *.safetensors | |
| # Results and logs | |
| *.json | |
| *.log | |
| *.csv | |
| # HuggingFace cache | |
| .huggingface/ | |
| # Jupyter | |
| .ipynb_checkpoints/ | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |