Spaces:
Runtime error
Runtime error
badongtakla
commited on
Commit
·
09afafc
1
Parent(s):
aa7acc5
add .gitignore
Browse files- .gitignore +7 -0
.gitignore
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
__pycache__/
|
2 |
+
*.py[cod]
|
3 |
+
build/
|
4 |
+
dist/
|
5 |
+
*.egg-info/
|
6 |
+
*.egg
|
7 |
+
checkpoint.pkl
|