Spaces:
Sleeping
Sleeping
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| env/ | |
| build/ | |
| develop-eggs/ | |
| dist/ | |
| downloads/ | |
| eggs/ | |
| .eggs/ | |
| lib/ | |
| lib64/ | |
| parts/ | |
| sdist/ | |
| var/ | |
| wheels/ | |
| *.egg-info/ | |
| .installed.cfg | |
| *.egg | |
| # MacOS | |
| .DS_Store | |
| # Virtual Env | |
| venv/ | |
| miniconda3/ | |
| # Project Data | |
| # Exclude the large Kaggle dataset | |
| data/kaggle/ | |
| # Exclude raw image download if any (keep precomputed embeddings) | |
| # data/*.png | |
| # data/*.jpg | |
| # data/*.jpeg | |
| # data/*.dcm | |
| # But FORCE include the necessary precomputed files and results for the app | |
| !data/precomputed_text_embeddings.npz | |
| !data/cxr14_subset_labels.csv | |
| !results/kaggle_roc_curve.png | |
| !results/roc_PNEUMOTHORAX.png | |
| !data/google-health/ | |