devpulse 1.0.0

Developer diagnostics: HTTP timing, build artifact cleanup, environment health checks, port scanning, PATH analysis, and config format conversion
# Rust build artifacts
/target/
**/*.rs.bk

# Agent build instructions (not for public repo)
CLAUDE.md

# IDE & editor
.idea/
.vscode/
.memory/
*.swp
*.swo
*~

# Temp & backup
*.bak
*.old
*.tmp
*.log

# Environment & secrets
.env
.env.local
.env.production
.env.*.local

# OS generated
.DS_Store
Thumbs.db
desktop.ini
ehthumbs.db

# Private / AI instruction files
CLAUDE.md

# Debug symbols
*.pdb

# Distribution / release artifacts
/dist/
SHA256SUMS.txt