manx-cli 0.5.9

A blazing-fast CLI documentation finder powered by Context7 MCP
Documentation
# Rust build artifacts
/target/
**/*.rs.bk
*.pdb

# Cargo lock for libraries (keeping it for binary reproducibility)
# Cargo.lock

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
AGENTS.md

# Debug
*.log
debug/

# Environment
.env
.env.local

# Manx config (just in case someone copies it to the repo directory)
config.json
manx-config.json

# Test coverage
tarpaulin-report.html
cobertura.xml

# Documentation site
docs/node_modules/
docs/.astro/
docs/dist/
docs/.env
docs/.env.local
docs/.env.production

# Prowl snapshot cache
.prowl/