--- a
+++ b/.gitignore
@@ -0,0 +1,29 @@
+*/*.pyc
+*/**/*.pyc
+*/**/**/*.pyc
+*/**/**/**/*.pyc
+*/**/**/**/**/*.pyc
+*/*.so*
+*/**/*.so*
+*/**/*.dylib*
+
+# IPython notebook checkpoints
+.ipynb_checkpoints
+
+# Editor temporaries
+*.swn
+*.swo
+*.swp
+*~
+
+# macOS dir files
+.DS_Store
+
+MURA-v1.0/
+runs/
+checkpoint.pth.tar
+*.pth.tar
+data/
+*.h5
+logs/
+.fuse_*
\ No newline at end of file