Spaces:
Build error
Build error
Add gitignore
Browse files- .gitignore +7 -0
.gitignore
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
**/__pycache__
|
2 |
+
**/.vscode
|
3 |
+
**/.DS_Store
|
4 |
+
cache/
|
5 |
+
out/
|
6 |
+
checkpoints/
|
7 |
+
**/.ipynb_checkpoints/
|