From 5d5bb213386ad1ae94b4a689e87cf869c69f5553 Mon Sep 17 00:00:00 2001 From: Erica Pisani Date: Fri, 13 Feb 2026 11:09:51 -0500 Subject: [PATCH] chore(repo): add .serena to .gitignore When Serena AI is used in the repository, it creates a directory within the project containing project memories (where it stores the results of indexing the project). Adding this to the `.gitignore` so as to avoid accidentally committing it in the future. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a37ad4a60f..4e35d43fb5 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,7 @@ pip-wheel-metadata .mypy_cache .vscode/ .claude/ +.serena .tool-versions # for running AWS Lambda tests using AWS SAM