From b80ce6fb786dc6088362f2526da3733dbac6d25f Mon Sep 17 00:00:00 2001 From: Luong NGUYEN Date: Fri, 13 Mar 2026 11:35:13 +0100 Subject: [PATCH] fix(ci): Add Sandboxing to cSpell dictionary --- .cspell.json | 1 + .gitignore | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.cspell.json b/.cspell.json index 0a3601a..d3ec796 100644 --- a/.cspell.json +++ b/.cspell.json @@ -215,6 +215,7 @@ "dontAsk", "VikalpP", "sandboxed", + "Sandboxing", "pycache" ], "ignoreWords": [ diff --git a/.gitignore b/.gitignore index c4a3220..fd5335b 100644 --- a/.gitignore +++ b/.gitignore @@ -85,3 +85,5 @@ promo-video/ # Video files (too large for git) *.mp4 + +update-plan*.md