From 53bba94dc41ac29161655e9c5f7e61517a7e43cc Mon Sep 17 00:00:00 2001 From: Anthony Taglianetti <30904141+ataglianetti@users.noreply.github.com> Date: Mon, 2 Feb 2026 23:21:58 -0800 Subject: [PATCH] Prepare for future screenshot assets - Add assets/ to .gitignore - Comment out README image placeholders until assets are captured Co-Authored-By: Claude Opus 4.5 --- .gitignore | 3 +++ README.md | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index b4d79d0..66be782 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Assets (screenshots/GIFs added locally) +assets/ + # Personal therapy data (generated by setup) # Note: CLAUDE.md is NOT ignored here - we need it for repo setup instructions # The generated therapy folder has its own .gitignore diff --git a/README.md b/README.md index f301042..443c278 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,11 @@ Your sessions stay local. Your AI remembers everything. Works with Claude, GPT, --- + ## Why This Exists