Skip to content

Commit 051209b

Browse files
fix: Remove large model files from Git tracking and update .gitignore
1 parent 2f92939 commit 051209b

1 file changed

Lines changed: 10 additions & 38 deletions

File tree

.gitignore

Lines changed: 10 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -39,47 +39,19 @@ tests/
3939
# Allow example configuration files
4040
!example_*.ef
4141

42-
# Generated files and artifacts
43-
generated/
42+
# Models - exclude all large model files
43+
*.h5
4444
*.tflite
45-
*.json
46-
test_model*
47-
mobilenet_v2.tflite
48-
49-
# Allow example model files
50-
!large_resnet_model.tflite
45+
*.onnx
46+
*.pb
47+
*.pkl
48+
*.joblib
49+
50+
# Allow only small test/example model files
51+
!test.tflite
52+
!test_optimized.tflite
5153
!example_*.tflite
5254

53-
54-
# Temporary and cache files
55-
*.log
56-
*.tmp
57-
*.temp
58-
.DS_Store
59-
Thumbs.db
60-
61-
# IDE and editor files
62-
.vscode/
63-
.idea/
64-
*.swp
65-
*.swo
66-
*~
67-
68-
# Test results and reports
69-
test_results/
70-
benchmark_results/
71-
optimization_results/
72-
73-
# Models
74-
baseline_model*
75-
simple_model*
76-
*.h5
77-
*.h5_info.txt
78-
79-
# Allow example model files
80-
!large_resnet_model.h5
81-
!example_*.h5
82-
8355
# Frontend build files
8456
frontend/.next/
8557
frontend/out/

0 commit comments

Comments
 (0)