Spaces:
Sleeping
Sleeping
Georg
Update .gitignore to include deploy.logs and add deployment logs for HuggingFace Space build process
0467cc6 | # 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 | |
| # Virtual environments | |
| venv/ | |
| env/ | |
| ENV/ | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| # Model weights and data | |
| weights/ | |
| *.pth | |
| *.ckpt | |
| *.safetensors | |
| # Gradio cache | |
| gradio_cached_examples/ | |
| flagged/ | |
| # Test images | |
| test_images/ | |
| reference_images/ | |
| app_old.py | |
| .venv | |
| .env | |
| .deploy/ | |
| deploy.logs | |
| deploy.logs | |