Files
settled-reach/.gitignore
T
jpmschweitzerandClaude Opus 4.6 38ded93a5b chore(meta): add project directory scaffold
Create client/, server/, tooling/, tests/, .config/ (tracked) and
.cache/ (gitignored). Update CLAUDE.md project structure to reflect
the new layout including workshops directory.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 01:21:11 +01:00

29 lines
380 B
Plaintext

# Build and cache
.cache/
# Database
db/commonwealth.db
db/commonwealth.db-wal
db/commonwealth.db-shm
# Python
__pycache__/
*.pyc
*.pyo
# OS
.DS_Store
Thumbs.db
# IDE
.idea/
.vscode/
*.swp
*.swo
# Claude Code internals (plans, session transcripts, local settings)
# Note: .claude/agents/ and .claude/skills/ ARE tracked
.claude/plans/
.claude/projects/
.claude/settings.json