https://github.com/Project-MONAI/MONAI/
Raw File
Tip revision: a20ff4ebc84776b29744fc7a3ba177f724442f05 authored by Nic Ma on 08 June 2022, 16:23:01 UTC
4386 Update highlights for 0.9 release (#4419)
Tip revision: a20ff4e
.dockerignore
# Ignore the following files/folders during docker build

__pycache__/
docs/

.coverage
.coverage.*
.coverage/
coverage.xml
.readthedocs.yml
*.toml

!README.md
back to top