Add repo scaffolding: .gitignore, CLAUDE.md, settings.json

This commit is contained in:
Bryan Ramos 2026-04-01 15:09:29 -04:00
parent 648bd02c68
commit 72e24b687c
3 changed files with 108 additions and 0 deletions

10
.gitignore vendored Normal file
View file

@ -0,0 +1,10 @@
# Claude agent memory (project-scoped, committed per-project — not here)
# Uncomment if you want to exclude agent memory from this repo:
# .claude/agent-memory/
# Local settings overrides
settings.local.json
# OS noise
.DS_Store
Thumbs.db