Spaces:
Sleeping
Sleeping
ethanchern
commited on
Commit
•
d089caf
1
Parent(s):
7362797
add gitignore
Browse files- .gitignore +7 -0
.gitignore
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
*.egg-info/
|
2 |
+
.env
|
3 |
+
__pycache__/
|
4 |
+
outputs/
|
5 |
+
images/
|
6 |
+
Anole-7b-v0.1/
|
7 |
+
segments.jsonl
|