From d0b9f705ca82bf34caddd71bc38763af9d2236cc Mon Sep 17 00:00:00 2001 From: Dualmind-Assistant Date: Tue, 21 Apr 2026 13:29:46 +0000 Subject: [PATCH] Ignore local build and cache artifacts --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1ad195c --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ + +# Local build and cache artifacts +backend/app/__pycache__/ +frontend/dist/triage-app-standalone.html +frontend/node_modules/