claude-code-toolkit 0.3.1

Claude Code management tool for credential sync, session monitoring, and GitHub integration
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Rust build artifacts
target/
**/*.rs.bk
Cargo.lock  # For applications (keep for libraries)
*.rlib
*.rmeta
*.pdb

# Editor files
*.swp
*.swo
.vscode/
.idea/

# OS files
.DS_Store
Thumbs.db