waitup 1.1.1

Wait for TCP ports and HTTP endpoints to be available. Essential for Docker, K8s, and CI/CD pipelines to ensure services are ready before proceeding.
Documentation
# Rust build artifacts
/target/
*.pdb

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

# OS files
.DS_Store?
ehthumbs.db
Thumbs.db

# Logs
*.log
logs/

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

# Coverage reports
coverage/
*.profraw
*.profdata

# Benchmark results
criterion/
benches/target/

# Documentation build
docs/_build/
book/

# Release artifacts
dist/
releases/

# Cache directories
.cache/
node_modules/
.npm/
.yarn/

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

# Secrets and keys
*.key
*.pem
*.p12
*.pfx
.secrets

# Local development
.local/
local/

# Testing artifacts
test-results/
junit.xml

# Profiling
flamegraph.svg
perf.data*

# Docker
.dockerignore.bak

# Pre-commit
.pre-commit-cache/

# Runtime artifacts
*.pid
*.seed
*.pid.lock