Takosaga commited on
Commit
e8a0fdb
·
1 Parent(s): 18c7533

chore: exclude test output binaries from git

Browse files
Files changed (1) hide show
  1. .gitignore +3 -0
.gitignore CHANGED
@@ -13,6 +13,9 @@ __pycache__/
13
  # Gradio cache
14
  .gradio/
15
 
 
 
 
16
  # OS files
17
  .DS_Store
18
  Thumbs.db
 
13
  # Gradio cache
14
  .gradio/
15
 
16
+ # Test output files (binary)
17
+ tests/test_outputs/
18
+
19
  # OS files
20
  .DS_Store
21
  Thumbs.db