Kevin Xie commited on
Commit ·
1470b41
1
Parent(s): 96e5ed3
Add gitignore
Browse files- .gitignore +9 -0
.gitignore
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Scripts
|
| 2 |
+
scripts/
|
| 3 |
+
test.py
|
| 4 |
+
|
| 5 |
+
# Data
|
| 6 |
+
Clinical Benchmark and LLM.xlsx
|
| 7 |
+
|
| 8 |
+
# Old Leaderbaords
|
| 9 |
+
leaderboard-versions/
|