Initial commit: Claude Code config and K8s agent orchestrator design
- Add .gitignore for logs, caches, credentials, and history - Add K8s agent orchestrator design document - Include existing Claude Code settings and plugin configs 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
37
.gitignore
vendored
Normal file
37
.gitignore
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
# 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
|
||||
|
||||
# Todos (managed by Claude Code)
|
||||
todos/
|
||||
Reference in New Issue
Block a user