Skip to content

Commit bafd053

Browse files
Update gitignore for source distribution
1 parent aa1faca commit bafd053

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
__pycache__/
1+
__pycache__/
2+
dist/

MANIFEST

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# file GENERATED by distutils, do NOT edit
2+
setup.cfg
3+
setup.py
4+
extra_keras_datasets\__init__.py
5+
extra_keras_datasets\emnist.py
6+
extra_keras_datasets\kmnist.py

0 commit comments

Comments
 (0)