Commit
·
5be1b68
1
Parent(s):
dc0d9fa
Git ignore for olmocrbench
Browse files- .gitignore +5 -0
.gitignore
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Ignore everything in bench_data except .jsonl files and pdfs directory
|
2 |
+
/bench_data/*
|
3 |
+
!/bench_data/*.jsonl
|
4 |
+
!/bench_data/pdfs/
|
5 |
+
!/bench_data/pdfs/**/*
|