Commit
·
750a73d
1
Parent(s):
260ff53
add git ignore
Browse files- .gitignore +5 -0
.gitignore
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
*.pyc
|
2 |
+
*.zip
|
3 |
+
checkpoints
|
4 |
+
**/__pycache__/
|
5 |
+
|