danielle2035 commited on
Commit
18a940b
·
1 Parent(s): 2652664
Files changed (1) hide show
  1. .gitignore +5 -1
.gitignore CHANGED
@@ -28,4 +28,8 @@ Thumbs.db
28
 
29
  # IDE
30
  .vscode/
31
- .idea/
 
 
 
 
 
28
 
29
  # IDE
30
  .vscode/
31
+ .idea/
32
+
33
+ backend/api/models/*.keras
34
+ backend/api/models/*.pth
35
+ backend/api/models/*.h5