agpm-cli 0.4.3

AGent Package Manager - A Git-based package manager for Claude agents
Documentation
# Rust
/target/
**/*.rs.bk
**/*.orig
*.pdb

# IDE
.idea/
*.swp
*.swo
.vscode/
*.iml

# OS
.DS_Store
Thumbs.db

# Project specific
/temp/
/tmp/
*.log
.env

# Test artifacts
/test-repos/
/test-output/

# Coverage
*.profraw
*.profdata
lcov.info
cobertura.xml
**/mutants.out*/
**/mutants.out.old*/

# Debug
*.dSYM/

# Examples
examples/projects/

# Claude
**/.claude/settings.local.json

# AGPM managed directories
.claude/agpm/

# Windows reserved device names (prevent sync issues)
NUL
CON
PRN
AUX
COM[0-9]
LPT[0-9]

in-memoria.db
.serena