pipechecker 0.2.10

CI/CD Pipeline Auditor - Catch errors before you push
Documentation
# Rust
/target/
Cargo.lock
**/*.rs.bk
*.pdb

# npm
/npm/
node_modules/
*.tgz
package-lock.json

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

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.project
.classpath
.settings/

# Build artifacts
dist/
build/

# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Environment
.env
.env.local
.env.*.local

# Test coverage
coverage/
*.lcov

# Temporary files
*.tmp
*.temp
.cache/

# AI Agents
agent/
agents/
.qwen/

# Hidden dotfolders (except .git, .github, and .gitignore)
.*
!.git/
!.github/
!.gitignore