OnlyTheTruth03 commited on
Commit
dfecce6
·
1 Parent(s): 7e0266d

Remove binary assets for HF Spaces compatibility

Browse files
Files changed (1) hide show
  1. .gitignore +10 -0
.gitignore CHANGED
@@ -16,3 +16,13 @@ data/pdfs/
16
 
17
  # Python build
18
  *.pyc
 
 
 
 
 
 
 
 
 
 
 
16
 
17
  # Python build
18
  *.pyc
19
+
20
+ # Binary assets (HF Spaces disallow)
21
+ data/images/
22
+ *.png
23
+ *.jpg
24
+ *.jpeg
25
+ *.pdf
26
+ *.pkl
27
+ *.index
28
+