Files
claude-inner-dialog/.gitignore
T
Anthony Taglianetti 53bba94dc4 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 <noreply@anthropic.com>
2026-02-04 13:57:29 -08:00

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/