Spaces:
Build error
Build error
| # Secrets | |
| .pypirc | |
| .env | |
| .secrets | |
| # 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/ | |
| test_env/ | |
| testenv/ | |
| # IDEs | |
| .vscode/ | |
| .idea/ | |
| # Jupyter | |
| .ipynb_checkpoints | |
| *.onnx | |