| docs/ | |
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| .venv/ | |
| venv/ | |
| env/ | |
| .env | |
| .env.local | |
| # Jupyter | |
| .ipynb_checkpoints/ | |
| # Hugging Face / model caches | |
| .cache/ | |
| *.pt | |
| *.bin | |
| *.safetensors | |
| hf_cache/ | |
| # HF Space deploy artifact — generated by scripts/build_hf_readme.sh | |
| space/README.md | |
| # Data — generated bundles and Synthea outputs are not tracked. | |
| # Only manifest.json files and curated images are kept in the repo. | |
| data/cases/*/fhir.json | |
| data/cases/*/synthea-output/ | |
| data/cases/*/docs/ | |
| data/raw/ | |
| data/cache/ | |
| *.dcm | |
| *.svs | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |