Compiled artifacts were swept into the T10 commit by a broad 'git add -A'. Removed from tracking; .gitignore now covers them. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Assistant: claude-code Assistant-Model: opus Assistant-Process: 1629012@bnt-lap001 Assistant-Session: 78d4fb13-8a1e-474b-87a3-9b9261c49a39
10 lines
205 B
Text
10 lines
205 B
Text
# state-hub: track .claude/rules
|
|
# Claude Code local state (track shared rules; ignore machine-specific files)
|
|
.claude/*
|
|
!.claude/rules/
|
|
!.claude/rules/*.md
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
.pytest_cache/
|