Spaces:
Running
on
Zero
Running
on
Zero
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| build/ | |
| develop-eggs/ | |
| dist/ | |
| downloads/ | |
| eggs/ | |
| .eggs/ | |
| lib/ | |
| lib64/ | |
| parts/ | |
| sdist/ | |
| var/ | |
| wheels/ | |
| *.egg-info/ | |
| .installed.cfg | |
| *.egg | |
| MANIFEST | |
| # PyTorch | |
| *.pth | |
| *.pt | |
| # Model files (if downloaded locally) | |
| models/ | |
| checkpoints/ | |
| int4/ | |
| *.safetensors | |
| *.bin | |
| *.json | |
| !requirements.txt | |
| !config.yaml | |
| !app.py | |
| !README.md | |
| !test_app.py | |
| !deploy.py | |
| # Hugging Face cache | |
| .cache/ | |
| .huggingface/ | |
| transformers_cache/ | |
| # Logs | |
| *.log | |
| logs/ | |
| # Environment | |
| .env | |
| .venv | |
| env/ | |
| venv/ | |
| ENV/ | |
| env.bak/ | |
| venv.bak/ | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| *~ | |
| # OS | |
| .DS_Store | |
| .DS_Store? | |
| ._* | |
| .Spotlight-V100 | |
| .Trashes | |
| ehthumbs.db | |
| Thumbs.db | |
| # Gradio | |
| gradio_cached_examples/ | |
| flagged/ | |
| # Temporary files | |
| *.tmp | |
| *.temp |