Skip to content

Commit 1c114ad

Browse files
Update .gitignore
update .gitignore
1 parent 1e7aaa6 commit 1c114ad

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
.idea*
22
.github*
33
*.nii.gz
4+
__pycache__/
5+
6+
7+
# Unit test / coverage reports
8+
.tox/
9+
.coverage
10+
.cache
11+
nosetests.xml
12+
coverage.xml

0 commit comments

Comments
 (0)