chore: remove .notes from repo and add to gitignore

The .notes directory is for local development notes and should not be
committed to the public repo. This removes the accidentally committed
file and prevents future accidental commits.

🐾 Generated with [Letta Code](https://letta.com)

Co-Authored-By: Letta <noreply@letta.com>
This commit is contained in:
cpacker
2026-01-10 10:31:13 -08:00
parent 3fa18f7699
commit 89c10c69e6
2 changed files with 2 additions and 161 deletions

2
.gitignore vendored
View File

@@ -3,6 +3,8 @@
.letta
# User-defined skills
.skills
# Local notes (not for repo)
.notes
.idea
node_modules