Files
settled-reach/.gitignore
T
jpmschweitzerandClaude Opus 4.6 84925b334a chore(config): add Rust build artifacts to gitignore
server/target/ excluded from version control.

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

29 lines
421 B
Plaintext

# Build and cache
.cache/
server/target/
# Database journal files (transient, not the DB itself)
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