xf3227 commited on
Commit
a908671
·
1 Parent(s): 1c45052

update gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +9 -9
.gitignore CHANGED
@@ -1,11 +1,3 @@
1
- # this project
2
- data_conv.ipynb
3
- nacc_test_with_np_cli.csv
4
- gen_nacc_meta.py
5
- nacc_variable.csv
6
- nacc_allowable_code.csv
7
- ckpt_swinunetr_stripped_MNI.pt
8
-
9
  # Byte-compiled / optimized / DLL files
10
  __pycache__/
11
  *.py[cod]
@@ -171,4 +163,12 @@ cython_debug/
171
 
172
  # macOS
173
  .DS_Store
174
- .test
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Byte-compiled / optimized / DLL files
2
  __pycache__/
3
  *.py[cod]
 
163
 
164
  # macOS
165
  .DS_Store
166
+ .test
167
+
168
+ # this project
169
+ data_conv.ipynb
170
+ nacc_test_with_np_cli.csv
171
+ gen_nacc_meta.py
172
+ nacc_variable.csv
173
+ nacc_allowable_code.csv
174
+ ckpt_swinunetr_stripped_MNI.pt