From 54d50c15219f2b17ea1c5c804a77b3c2656324c1 Mon Sep 17 00:00:00 2001 From: Codex Agent Date: Tue, 18 Nov 2025 17:09:32 +0800 Subject: [PATCH] chore: update .gitignore to track AGENTS.md and CLAUDE.md - Remove AGENTS.md and CLAUDE.md from .gitignore - These are important project documentation files that should be tracked - Updated to reflect the clean directory structure with docs/ organization --- .gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7690320..b89d941 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,4 @@ __pycache__/ *.log .DS_Store Thumbs.db -.env.* -AGENTS.md -CLAUDE.md \ No newline at end of file +.env.* \ No newline at end of file