From af2be0af9dfbfa39f86ccd9de87a2f25322dc742 Mon Sep 17 00:00:00 2001 From: Terrance DeJesus Date: Sat, 15 Aug 2026 10:12:58 -0400 Subject: [PATCH] Ignore local AI and planning markdown files. Keep published markdown such as tango/README.md and GitHub issue templates. Co-authored-by: Cursor --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index a25b856..10a04db 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,12 @@ .vscode/ .idea/ +# Local AI, planning, and development markdown. +# Published project docs are RST. Keep only the markdown that ships with the repo. +*.md +!tango/README.md +!.github/ISSUE_TEMPLATE/*.md + # Mac/OSX .DS_Store