Diff of /.gitignore [000000] .. [bca7a0]

Switch to unified view

a b/.gitignore
1
*/*.pyc
2
*/**/*.pyc
3
*/**/**/*.pyc
4
*/**/**/**/*.pyc
5
*/**/**/**/**/*.pyc
6
*/*.so*
7
*/**/*.so*
8
*/**/*.dylib*
9
10
# IPython notebook checkpoints
11
.ipynb_checkpoints
12
13
# Editor temporaries
14
*.swn
15
*.swo
16
*.swp
17
*~
18
19
# macOS dir files
20
.DS_Store
21
22
MURA-v1.0/
23
runs/
24
checkpoint.pth.tar
25
*.pth.tar
26
data/
27
*.h5
28
logs/
29
.fuse_*