- /search command to search across memory, history, and configuration - history-browser.py for browsing and analyzing session history - install.sh for first-time setup with directory creation and validation - daily-maintenance.sh for scheduled backup, cleanup, and validation - systemd timer units for automated daily maintenance at 6 AM - Updated shell completions with 11 aliases - Test suite now covers 19 tests - Bump version to 1.1.0 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
48 lines
563 B
Plaintext
48 lines
563 B
Plaintext
# Logs
|
|
logs/
|
|
|
|
# Secrets and credentials
|
|
*.key
|
|
*.pem
|
|
*.secret
|
|
credentials/
|
|
.credentials.json
|
|
|
|
# Cache and state
|
|
.cache/
|
|
stats-cache.json
|
|
statsig/
|
|
|
|
# History and debug
|
|
history.jsonl
|
|
file-history/
|
|
shell-snapshots/
|
|
debug/
|
|
|
|
# Plugin caches (contain embedded git repos)
|
|
plugins/cache/
|
|
plugins/marketplaces/
|
|
|
|
# Local settings
|
|
settings.local.json
|
|
|
|
# Conversation history (private/large)
|
|
projects/
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.swp
|
|
|
|
# Python cache
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# Go test output
|
|
*_test_output.txt
|
|
tmp_unused
|
|
|
|
# Todos (managed by Claude Code)
|
|
todos/
|
|
repos/homelab
|