Deepfake Authenticator commited on
Commit
685a7dd
·
1 Parent(s): 25424f3

Exclude binary files from HF push

Browse files
Files changed (1) hide show
  1. .gitignore +7 -0
.gitignore CHANGED
@@ -36,6 +36,13 @@ desktop.ini
36
  # Stitch design files (not needed for deployment)
37
  stitch_authrix_deepfake_detection_engine/
38
 
 
 
 
 
 
 
 
39
  # Test artifacts
40
  *.mp4
41
  *.avi
 
36
  # Stitch design files (not needed for deployment)
37
  stitch_authrix_deepfake_detection_engine/
38
 
39
+ # PNG/binary files (use Git LFS or HF Xet for these)
40
+ *.png
41
+ *.jpg
42
+ *.jpeg
43
+ *.gif
44
+ *.ico
45
+
46
  # Test artifacts
47
  *.mp4
48
  *.avi