-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (49 loc) · 1.36 KB
/
.gitignore
File metadata and controls
53 lines (49 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
.CondaPkg/
test_data/debug/
src/test_rotacji/
src/test_rotacji.nii.gz
test_data/pet_data/
.vscode/settings.json
test_data/for_resample_target/
test_data/Tests/
test/new/
.venv
# Test outputs
test/*/outputs/
test/visual_outputs/
test/visual_output/
test/visual_verification/
test/debug/__pycache__/
test/debug/outputs/
test/integrated_spatial_tests/outputs/
test/basic_transformations_tests/outputs/
test/brute_force_orientation_tests/outputs/
test/hdf5_manag_tests/outputs/
test/kernel_validity_tests/outputs/
test/medimage_data_struct_tests/outputs/
test/normalization_tests/outputs/
test/orientation_dicts_tests/outputs/
test/preprocessing_tests/outputs/
test/resample_to_target_tests/outputs/
test/spatial_metadata_change_tests/outputs/
test/utils_tests/outputs/
# Artifacts and temporary files
*.pyc
__pycache__/
.DS_Store
.ipynb_checkpoints/
# Project specific ignores
elsarticle/dosimetry/vis_results_64/FDM_DPI-2024-7-KRN_Lu177_PSMA__SPECT_Tc_1__Pat47/dblur.bin
.gitignore
elsarticle/dosimetry/vis_results_64/FDM_DPI-2024-7-KRN_Lu177_PSMA__SPECT_Tc_1__Pat47/pbpk.bin
elsarticle/dosimetry/vis_results_64/FDM_DPI-2024-7-KRN_Lu177_PSMA__SPECT_Tc_1__Pat47/semi.bin
elsarticle/dosimetry/vis_results_64/FDM_DPI-2024-7-KRN_Lu177_PSMA__SPECT_Tc_1__Pat47/spect0.bin
test/debug/__pycache__/lu177_data.cpython-310.pyc
# Data and large models
data/
*.pth
*.jld
*.joblib
*.h5
*.jls
render_venv/