Spaces:
Sleeping
Sleeping
| # Byte-compiled / optimized / DLL files | |
| __pycache__/ | |
| **/__pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| # Distribution / packaging | |
| .eggs/ | |
| dist/ | |
| build/ | |
| sdist/ | |
| *.egg-info/ | |
| pip-log.txt | |
| pip-wheel-metadata/ | |
| *.whl | |
| # Environments | |
| .venv/ | |
| venv/ | |
| env/ | |
| ENV/ | |
| *.env | |
| # PyInstaller | |
| # Usually these files are written by a python script; ignoring them is safe | |
| # https://docs.pyinstaller.org/en/stable/when-things-go-wrong.html | |
| _MEIPASS* | |
| *.spec | |
| # Unit test / coverage reports | |
| htmlcov/ | |
| .tox/ | |
| .nox/ | |
| .coverage | |
| .coverage.* | |
| .cache | |
| nosetests.xml | |
| coverage.xml | |
| *.log | |
| *.rpt | |
| # Translations | |
| *.mo | |
| *.pot | |
| # Django stuff: | |
| *.db | |
| *.sqlite3 | |
| */migrations | |
| # Flask stuff: | |
| instance/ | |
| *.ini | |
| # Scrapy stuff: | |
| .scrapy | |
| # Sphinx stuff: | |
| docs/_build | |
| # Jupyter Notebook | |
| .ipynb_checkpoints | |
| # VS Code | |
| .vscode/ | |
| # PyCharm | |
| .idea/ | |
| # OS or Editor-specific files | |
| .DS_Store | |
| Thumbs.db | |
| .idea/ | |
| # patient files | |
| # /trace_back_results_30patient_2ad/* # Removed: needed for HF Space | |
| # /per_admission_results_30patient_2ad/* # Removed: needed for HF Space | |
| # /per_admission_summaries/* # Removed: needed for HF Space | |
| /patient_evaluations/* | |
| # /summaries/* # Removed: needed for HF Space | |
| /assets/* | |
| # trace_back_results_30patient_2ad/ | |
| # Google Drive credentials (sensitive) | |
| service-account-key.json | |
| *service-account*.json | |
| user_tokens/ | |
| *.pickle | |
| *.pkl | |
| # Environment variables | |
| .env | |
| .env.local | |