From 624ded190411e2628617a7fad220d89e0e17d64a Mon Sep 17 00:00:00 2001 From: fallofpheonix Date: Fri, 8 May 2026 19:04:47 +0530 Subject: [PATCH 1/2] chore: clean generated artifacts and ignores --- .gitignore | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/.gitignore b/.gitignore index 001910a..9be7abe 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,50 @@ udie_mobile/.flutter-plugins-dependencies # Misc *.log +# OS/editor +.idea/ +.vscode/ +# Python +.coverage +htmlcov/ +# Node/JS +build/ +coverage/ +.env.* +!.env.example +# Dart/Flutter +.dart_tool/ +.flutter-plugins +.flutter-plugins-dependencies +.packages +# Local data, models, and generated artifacts +*.db +*.db.bak +*.sqlite +*.sqlite3 +*.jsonl +*.csv.tmp +out/ +out_old/ +output/ +outputs/ +artifacts/runs/ +artifacts/checkpoints/ +models/**/*.pt +models/**/*.pth +models/**/*.bin +*.pt +*.pth +*.ckpt +*.onnx +*.mp3 +*.wav +*.m4a +# Native build products +*.o +*.a +*.so +*.dylib +*.exe +bench/bench_* +tests/test_* From 8bbb0cdee7024f7a68665b4bb800596732dbd19c Mon Sep 17 00:00:00 2001 From: fallofpheonix Date: Fri, 8 May 2026 19:06:53 +0530 Subject: [PATCH 2/2] chore: narrow generated artifact ignores --- .gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9be7abe..d878c1d 100644 --- a/.gitignore +++ b/.gitignore @@ -87,5 +87,3 @@ models/**/*.bin *.so *.dylib *.exe -bench/bench_* -tests/test_*