Files
claudetools/.gitignore
Howard Enos b6eb59e8ed Session work 2026-05-04: Grabb Leap calendar fix, Dataforth lobby phone VLAN, IMC printer + VPN
- Grabb & Durando: investigated and resolved Svetlana Larionova's Leap-to-M365 calendar OAuth consent issue (Graph-side report + session log). Syncro #32245.
- Dataforth: lobby phone (ext 201) was offline due to D1-Server-Room port 1 being on the wrong VLAN; reconfigured to VLAN 100, phone re-provisioned and registered. Session log + PROJECT_STATE update. Syncro #32246.
- Instrumental Music Center: Station 2 receipt printer reconnect + VPN install on Manda's machine. Syncro #32247.
- Memory: generalized the Syncro blank-contact rule (was Cascades-only) and added the labor-type rule (never use "Prepaid project labor") per Winter's 2026-05-04 corrections.
- Gitignored `.claude/tmp/` so per-session helper scripts don't sneak in.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-04 13:51:59 -07:00

84 lines
1.1 KiB
Plaintext

# Backups (local only - don't commit to repo)
backups/
# Remediation-tool cache (live Graph API responses — may contain user data)
.cache-remediation/
tmp-remediation/
# Local settings (machine-specific)
.claude/settings.local.json
.claude/identity.json
# Temporary files
*.tmp
*.log
*.bak
.claude/tmp/
# Live secrets / tokens — never commit
.token
.token_*
*.jwt
token.txt
.token.txt
# OS files
.DS_Store
Thumbs.db
desktop.ini
# IDE/Editor
.vscode/
.idea/
*.swp
*.swo
*~
# Python
__pycache__/
*.pyc
*.pyo
venv/
.env
# Node
node_modules/
.npm/
# Rust
target/
Cargo.lock
# Build outputs
dist/
build/
*.exe
*.dll
*.so
*.dylib
# ClaudeTools specific
.encryption-key
*.key
.pytest_cache/
.venv/
*.db
*.sqlite
logs/
.claude/tokens.json
**/.tokens.json
.claude/context-recall-config.env
.claude/context-recall-config.env.backup
.claude/context-cache/
.claude/context-queue/
api/.env
# MCP Configuration (may contain secrets)
.mcp.json
Pictures/
.grepai/
# Radio processor
projects/radio-show/audio-processor/test-data/*.mp3
projects/radio-show/audio-processor/*.egg-info/