53bba94dc4
- Add assets/ to .gitignore - Comment out README image placeholders until assets are captured Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
31 lines
442 B
Plaintext
31 lines
442 B
Plaintext
# 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
|
|
profile.md
|
|
sessions/
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
|
|
# macOS
|
|
.DS_Store
|
|
*.sparsebundle
|
|
|
|
# Windows
|
|
Thumbs.db
|
|
desktop.ini
|
|
*.hc
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Node (if adding tooling later)
|
|
node_modules/
|