From f585164cc1e720af317bdbb8898f28befebe6dfd Mon Sep 17 00:00:00 2001 From: root Date: Thu, 30 Apr 2026 08:36:48 +0800 Subject: [PATCH] chore: add .gitignore for build/log/cache artifacts --- .gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.gitignore b/.gitignore index b214983..55c341a 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,20 @@ build/trulymem/* task_archive/ ts/task_archive/ core/web_config.json + +# Build artifacts +build/trulymem/ +dist/ +*.spec + +# HarmonyOS / Hvigor build cache +.hvigor/ +entry/build/ + +# Log files +*.log +full_output.log + +# OS +__pycache__/ +*.pyc