From 8eb68cc9593e0a49183bebf851faaf255c49816a Mon Sep 17 00:00:00 2001 From: manni07 Date: Mon, 2 Mar 2026 22:37:22 +0100 Subject: [PATCH] chore: add .gitignore with worktrees/ and build artifacts Co-Authored-By: Claude Sonnet 4.6 --- .gitignore | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ea8fd4a --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +# macOS metadata +.DS_Store +**/.DS_Store + +# Worktrees +.worktrees/ +worktrees/ + +# Log files +*.log +firebase-debug.log + +# Compiled binaries +training/train +training/train_large +training/probe_* +training/*.dSYM/ + +# Training data (large binary files) +training/*.bin + +# ANE compiled artifacts +**/*.mlmodelc/ +**/*.mlpackage/ + +# External assets (models, datasets) +assets/