Add official VoxelMorph CT registration pipeline
This commit is contained in:
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.pyo
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
.venv/
|
||||
venv/
|
||||
env/
|
||||
|
||||
# 运行产物通常较大,保留目录占位但不纳入版本库。
|
||||
outputs/**/*
|
||||
!outputs/**/
|
||||
!outputs/**/.gitkeep
|
||||
|
||||
# 模型权重和医学影像中间文件建议按需单独归档。
|
||||
*.pt
|
||||
*.pth
|
||||
*.ckpt
|
||||
*.nii
|
||||
*.nii.gz
|
||||
*.log
|
||||
|
||||
Reference in New Issue
Block a user