HusseinBashir commited on
Commit
4643464
·
verified ·
1 Parent(s): 2dfeaac

Update .gitattributes

Browse files
Files changed (1) hide show
  1. .gitattributes +7 -0
.gitattributes CHANGED
@@ -33,3 +33,10 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+
37
+ # Text files (code, configs, etc.)
38
+ *.py text
39
+ *.txt text
40
+ *.md text
41
+ *.json text
42
+ *.html text