From 3390d59f68c4ebcb87ed45d58ce8554d6e59b896 Mon Sep 17 00:00:00 2001 From: Cai <cai@nbcai.cc> Date: Sun, 02 Aug 2026 19:33:22 +0800 Subject: [PATCH] chore: ignore local dependencies and temporary artifacts --- .gitignore | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 90ac024..50c098b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,14 @@ .mbx/provider/ .mbx/runtime/ .mbx/inbox/ +.mbx/local/ ai-*/tmp/ +tmp/ +node_modules/ +build/ +.pytest_cache/ +.mypy_cache/ *.tmp *.log +__pycache__/ +*.py[cod] -- Gitblit v1.9.3