https://github.com/Project-MONAI/MONAI/
Raw File
Tip revision: 52a7fde440123460f2ce13a515a0f3d023292f95 authored by Wenqi Li on 21 October 2022, 12:15:58 UTC
skip test.pypi.org
Tip revision: 52a7fde
.dockerignore
# Ignore the following files/folders during docker build

__pycache__/
docs/

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

!README.md
back to top