From 9f48ae0a35e7abdbbeb01730a1e6a5204d207cc3 Mon Sep 17 00:00:00 2001 From: Andrey Smakotin Date: Mon, 1 Dec 2025 18:10:14 +0300 Subject: [PATCH] chore: add Claude Code settings to gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 8c05732..5d32022 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,9 @@ staticfiles/ *.swo *~ +# Claude Code +.claude/settings.local.json + # OS .DS_Store Thumbs.db