Skip to content

Commit 5a79b2c

Browse files
Create .gitignore
1 parent 21220ca commit 5a79b2c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.gitignore

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.DS_Store
2+
.ipynb_checkpoints
3+
*.pyc
4+
__pycache__
5+
*.egg-info
6+
build/*
7+
dist/*
8+
*~
9+
.cache
10+
.coverage
11+
checkpoint
12+
htmlcov
13+
mnist

0 commit comments

Comments
 (0)