Files
claude-inner-dialog/.gitignore
T
Anthony Taglianetti 0678bad1f5 Add repo CLAUDE.md to auto-run setup for new users
When users clone the repo and run `claude`, it now automatically
offers to run the setup script instead of requiring manual steps.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 17:26:59 -08:00

28 lines
391 B
Plaintext

# 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/