From a13cf27b521a6dc6b91a1910959df51533f8e49c Mon Sep 17 00:00:00 2001 From: egg Date: Tue, 25 Nov 2025 15:10:55 +0800 Subject: [PATCH] chore: add demo_docs/ and .claude/settings.local.json to gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Exclude demo documentation directory and Claude Code local settings from version control. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 665b7bb..b40b45d 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,7 @@ env/ *.swo *~ .DS_Store +.claude/settings.local.json # ===== Environment Variables ===== .env.local @@ -51,6 +52,7 @@ logs/ uploads/ storage/ temp/ +demo_docs/ # ===== Models ===== models/paddleocr/*