Spaces:
Runtime error
Runtime error
| # IDE configuration files | |
| pyrightconfig.json | |
| .vscode/ | |
| # Generated outputs | |
| outputs/ | |
| # Custom folder (user-specific files) | |
| custom/ | |
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| env/ | |
| venv/ | |
| ENV/ | |
| build/ | |
| develop-eggs/ | |
| dist/ | |
| downloads/ | |
| eggs/ | |
| .eggs/ | |
| lib/ | |
| lib64/ | |
| parts/ | |
| sdist/ | |
| var/ | |
| wheels/ | |
| *.egg-info/ | |
| .installed.cfg | |
| *.egg | |
| # Model files (if you don't want to track large files) | |
| *.pt | |
| *.pth | |
| *.bin | |
| *.safetensors | |
| # OS files | |
| .DS_Store | |
| Thumbs.db | |
| # Testing | |
| .pytest_cache/ | |
| .coverage | |
| htmlcov/ | |
| # Logs | |
| *.log | |
| # Backup files | |
| *.from_server | |
| *.backup | |
| *.bak | |
| .claude/ | |