Spaces:
Runtime error
Runtime error
| # Byte-compiled / optimized / DLL files | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| # C extensions | |
| *.so | |
| # Distribution / packaging | |
| .Python | |
| build/ | |
| develop-eggs/ | |
| dist/ | |
| downloads/ | |
| eggs/ | |
| .eggs/ | |
| lib/ | |
| lib64/ | |
| parts/ | |
| sdist/ | |
| var/ | |
| wheels/ | |
| pip-wheel-metadata/ | |
| share/python-wheels/ | |
| *.egg-info/ | |
| .installed.cfg | |
| *.egg | |
| MANIFEST | |
| # Unit test / coverage reports | |
| htmlcov/ | |
| .tox/ | |
| .nox/ | |
| .coverage | |
| .coverage.* | |
| .cache | |
| nosetests.xml | |
| coverage.xml | |
| *.cover | |
| *.py,cover | |
| .hypothesis/ | |
| .pytest_cache/ | |
| # Environments | |
| .env | |
| .venv | |
| env/ | |
| venv/ | |
| # OS | |
| .DS_Store | |
| # IDE | |
| .vscode | |
| # Project | |
| wandb/ | |
| indexes/ | |
| *.out | |
| *.log | |
| # Data | |
| data/datasets/* | |
| !data/datasets/hf_repositories_urls.json | |
| !data/datasets/hf_repositories_urls_scraped.json | |
| # Models and inference scripts | |
| qa_engine/local_models | |
| models/ | |