Spaces:
Sleeping
Sleeping
Commit
·
5f29a55
1
Parent(s):
350c129
Don't ignore downloads folder
Browse files- .gitignore +4 -2
- downloads/mnist/.gitkeep +0 -0
.gitignore
CHANGED
@@ -1,8 +1,10 @@
|
|
1 |
*.idea
|
2 |
*.vscode
|
3 |
*.zip
|
|
|
4 |
|
5 |
# Ignore all cached downloads
|
6 |
-
/downloads/mnist/*
|
7 |
-
!/downloads/mnist
|
8 |
/venv/
|
|
|
|
|
|
|
|
1 |
*.idea
|
2 |
*.vscode
|
3 |
*.zip
|
4 |
+
*.pyc
|
5 |
|
6 |
# Ignore all cached downloads
|
|
|
|
|
7 |
/venv/
|
8 |
+
|
9 |
+
/downloads/mnist/*
|
10 |
+
!/downloads/mnist/.gitkeep
|
downloads/mnist/.gitkeep
ADDED
File without changes
|