From d7d2d749b6d077a15c2a1cbefe81dbde8ad76e72 Mon Sep 17 00:00:00 2001 From: David Snelling Date: Sat, 30 Aug 2025 08:53:51 -0700 Subject: [PATCH] chore: move internal planning documents to private .strategy folder - Moved strategy and planning documents out of repository - Added .strategy/ to .gitignore for private documents - These files will be removed from git history in next step --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index aeaef88d..625b492e 100644 --- a/.gitignore +++ b/.gitignore @@ -60,6 +60,9 @@ INTERNAL_NOTES.md TODO_PRIVATE.md *.tar.gz +# Strategy and planning documents (private) +.strategy/ + # Models (downloaded at runtime) models/ models-cache/