From a2225b088621c0e101af14e0a5a36452a08bc4c8 Mon Sep 17 00:00:00 2001 From: Olivier BERTHET Date: Wed, 29 Jul 2026 16:40:32 +0200 Subject: [PATCH] chore(gitignore): ignore deprecated uploads and local VSIX artifacts Prevent test upload files and packaged extension builds from appearing as untracked noise after local dev or CI runs. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 119a146c..34101ea1 100644 --- a/.gitignore +++ b/.gitignore @@ -56,6 +56,10 @@ pr-body-*.md # uploaded files src/static/uploads +deprecated_src/python_standalone/agentchatbus/static/uploads/ + +# VSIX build artifacts (install from GitHub release) +vscode-agentchatbus/*.vsix # MkDocs build output site/