File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
8456frontend /.next /
8557frontend /out /
You can’t perform that action at this time.
0 commit comments