hooklistener-cli 0.1.1

A fast, terminal-based CLI for browsing webhooks, forwarding events, and exposing local servers
# Rust build artifacts
/target/
**/*.rs.bk
*.pdb

# Cargo
Cargo.lock
# Remove the above line if you want to check in Cargo.lock for binary crates

# IDE and Editor files
.idea/
*.iml
.vscode/
*.swp
*.swo
*~
.DS_Store
Thumbs.db

# Environment and config
.env
.env.local
*.log

# Debug files
*.dSYM/
*.su
*.idb
*.pdb

# OS specific
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Backup files
*.backup
*.bak
*.tmp

# Test coverage
tarpaulin-report.html
cobertura.xml
coverage/