mangubee commited on
Commit
c86df49
·
1 Parent(s): 630f609

Remove binary test images and update .gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +5 -0
.gitignore CHANGED
@@ -38,6 +38,11 @@ _cache/
38
  .coverage
39
  htmlcov/
40
 
 
 
 
 
 
41
  # Build
42
  build/
43
  dist/
 
38
  .coverage
39
  htmlcov/
40
 
41
+ # Test fixtures - binary files
42
+ test/fixtures/*.png
43
+ test/fixtures/*.jpg
44
+ test/fixtures/*.jpeg
45
+
46
  # Build
47
  build/
48
  dist/