agpm-cli 0.4.14

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

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

# OS
.DS_Store
Thumbs.db

# Project specific
/temp/
/tmp/
*.log
.env
PLAN*.md
TODOS*.md
CHECKPOINT*.md
ISSUE*.md

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

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

# Debug
*.dSYM/

# Examples
examples/projects/*
!examples/projects/content-embedding/agpm.toml
!examples/projects/content-embedding/README.md
!examples/projects/interactive-migration/
!examples/projects/interactive-migration/**

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

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

*.backup
*.bak

in-memoria.db
.serena
.zed
worktrees
scratch

# AGPM managed paths
.claude/*/agpm/
.opencode/*/agpm/
.agpm/
agpm.private.toml
agpm.private.lock
# End of AGPM managed paths