From 8babaccd804b989d06f7c05b7ea9a7114af8a88d Mon Sep 17 00:00:00 2001 From: YueGuobin Date: Mon, 9 Mar 2026 15:34:31 +0800 Subject: [PATCH] feat: add PROJECT_CONTEXT.md to gitignore Add PROJECT_CONTEXT.md to the .gitignore file to prevent it from being tracked in version control. This file likely contains project-specific context or configuration that should not be committed to the repository. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e4cb349df..95ff1616a 100644 --- a/.gitignore +++ b/.gitignore @@ -70,3 +70,4 @@ venv # Claude Code settings (may contain API keys) .claude/ +PROJECT_CONTEXT.md