Spaces:
Paused
Paused
add data
Browse files- .gitignore +1 -0
.gitignore
CHANGED
|
@@ -59,6 +59,7 @@ dmypy.json
|
|
| 59 |
|
| 60 |
# Project Specific
|
| 61 |
databases/*.db
|
|
|
|
| 62 |
knowledge_graph.json
|
| 63 |
query_history.json
|
| 64 |
*.log
|
|
|
|
| 59 |
|
| 60 |
# Project Specific
|
| 61 |
databases/*.db
|
| 62 |
+
data/feedback.jsonl
|
| 63 |
knowledge_graph.json
|
| 64 |
query_history.json
|
| 65 |
*.log
|