From 594266402a83f10dba5228983aa5c2750bee79c4 Mon Sep 17 00:00:00 2001 From: Don Kingdon Date: Mon, 27 Apr 2026 03:59:59 +0000 Subject: [PATCH] gitignore: exclude .bak, patch scripts, and temp files --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitignore b/.gitignore index 269eb7c..3afd470 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,16 @@ android/app/build/ # Node (future) node_modules/ + +# backups +*.bak +*.bak.* +*.broken.* + +# temp scripts +patch*.sh + +# python cache +__pycache__/ +*.pyc +