From 34687ecfcd85acc19f11878bc5711755211b9639 Mon Sep 17 00:00:00 2001 From: Erica Pisani Date: Tue, 5 May 2026 14:07:44 -0400 Subject: [PATCH] Add .warden to .gitignore Closes https://github.com/getsentry/sentry-python/issues/6209 Co-Authored-By: Claude Opus 4.6 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c5ae46befa..806bc81b92 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,7 @@ pip-wheel-metadata .claude/ .serena .tool-versions +.warden # for running AWS Lambda tests using AWS SAM sam.template.yaml