cloud-speed 0.8.3

cloud-speed is a tool for testing your networks speed and consistency.
# Git (note: .git is kept for version hash in build.rs)
.gitignore
.jj

# IDE
.idea/
.vscode/
*.swp
*.swo

# Rust build artifacts
target/

# Documentation (not needed in image)
*.md
LICENSE*

# CI/CD
.github/

# Development
.claude/
CLAUDE.md

# Docker files
Dockerfile
.dockerignore
docker-compose*.yml