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>
29 lines
380 B
Plaintext
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
|