Skip to content

Commit 321fa55

Browse files
committed
Adding recovered .gitignore file
1 parent 6c1b907 commit 321fa55

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.gitignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
.idea*
2+
.github/*
3+
.github/ISSUE_TEMPLATE/
4+
.github/pull_request_template.md
5+
__pycache__/
6+
*.nii.gz
7+
*.nii
8+
*.dcm
9+
*.mat
10+
*.raw
11+
bvals.txt
12+
# Unit test / coverage reports
13+
.tox/
14+
.coverage
15+
.cache
16+
nosetests.xml
17+
coverage.xml
18+
*.pyc

0 commit comments

Comments
 (0)