Spaces:
Sleeping
Sleeping
lukestanley
commited on
Commit
•
135f3ac
1
Parent(s):
960dc11
Update .gitignore file to include .jsonl and .json files
Browse files- .gitignore +3 -1
.gitignore
CHANGED
@@ -1,3 +1,5 @@
|
|
1 |
.aider*
|
2 |
.cache
|
3 |
-
*.pyc
|
|
|
|
|
|
1 |
.aider*
|
2 |
.cache
|
3 |
+
*.pyc
|
4 |
+
*.jsonl
|
5 |
+
*.json
|