[email protected]
commited on
Commit
·
7fa68d2
1
Parent(s):
d45fa12
Add Vision_Material_Master.csv to gitignore for Hugging Face compatibility
Browse files- .gitignore +2 -0
.gitignore
CHANGED
|
@@ -66,3 +66,5 @@ docs/_build/
|
|
| 66 |
*.zip
|
| 67 |
*.tar.gz
|
| 68 |
# data/real_data_excel/converted_csv/
|
|
|
|
|
|
|
|
|
| 66 |
*.zip
|
| 67 |
*.tar.gz
|
| 68 |
# data/real_data_excel/converted_csv/
|
| 69 |
+
# Large CSV files for Hugging Face compatibility
|
| 70 |
+
data/real_data_excel/converted_csv/Vision_Material_Master.csv
|