From 2f3c20fea6a897cc94708afa66c5a48d1bd02a76 Mon Sep 17 00:00:00 2001 From: Mikhail Chusavitin Date: Fri, 6 Feb 2026 13:03:59 +0300 Subject: [PATCH] update stale files list --- .gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.gitignore b/.gitignore index b83f5fa..d82e1a0 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,25 @@ config.yaml # Local Go build cache used in sandboxed runs .gocache/ +# Local tooling state +.claude/ + +# Editor settings +.idea/ +.vscode/ +*.swp +*.swo + +# Temp and logs +*.tmp +*.temp +*.log + +# Go test/build artifacts +*.out +*.test +coverage/ + # ---> macOS # General .DS_Store