From 573fc4de6f5d9e3301eefce0d9638eecb94262e1 Mon Sep 17 00:00:00 2001 From: Danil Silantyev Date: Wed, 8 Jul 2026 04:56:43 +0700 Subject: [PATCH] chore: ignore local .serena/ Serena MCP config Serena MCP auto-generates .serena/project.yml and .serena/.gitignore for local semantic-code tooling. Keep this developer-local config out of the published reusable-workflow catalog; it is not part of the product surface. Signed-off-by: Danil Silantyev --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 41569c7..ba53aff 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,6 @@ dist/ # Local virtualenvs .venv/ + +# Serena MCP local project config (developer tooling, not part of the published catalog) +/.serena/