From a30ff33a0980fae3a5d7c8eeae883cf2acf11846 Mon Sep 17 00:00:00 2001 From: Houmgaor Date: Wed, 18 Feb 2026 17:33:41 +0100 Subject: [PATCH] chore: add editor artifacts, coverage output, and .claude/ to gitignore --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitignore b/.gitignore index fb41fd5ce..4132bac7f 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,14 @@ logs/ # Deployment scripts deploy.sh + +# Editor artifacts +*.swp +*.swo +*~ + +# Test/build artifacts +coverage.out + +# Claude Code local config +.claude/