Spaces:
Runtime error
Runtime error
| # Byte-compiled / optimized / DLL files | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| # Distribution / packaging | |
| dist/ | |
| build/ | |
| *.egg-info/ | |
| # Virtual environments | |
| venv/ | |
| env/ | |
| .env/ | |
| .venv/ | |
| # IDE specific files | |
| .idea/ | |
| .vscode/ | |
| *.swp | |
| *.swo | |
| # Unit test / coverage reports | |
| htmlcov/ | |
| .tox/ | |
| .coverage | |
| .coverage.* | |
| coverage.xml | |
| *.cover | |
| # Jupyter Notebook | |
| .ipynb_checkpoints | |
| # Local development settings | |
| .env | |
| .env.local | |
| # Logs | |
| *.log | |
| # Database files | |
| *.db | |
| *.sqlite3 | |
| # OS generated files | |
| .DS_Store | |
| .DS_Store? | |
| ._* | |
| .Spotlight-V100 | |
| .Trashes | |
| ehthumbs.db | |
| Thumbs.db | |
| # Gradio cache | |
| .gradio/example/github.mp4 | |
| aws/ | |
| checkpoints/ | |
| .cog/ |