481813c7af
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
28 lines
391 B
Plaintext
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/
|