Analytics tracking data should not be version controlled. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
55 lines
694 B
Plaintext
55 lines
694 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
|
|
|
|
# RAG search data (generated vector stores and caches)
|
|
data/
|
|
skills/rag-search/venv/
|
|
|
|
# Telemetry (analytics tracking)
|
|
telemetry/
|