claw-spawn 0.1.0

Digital Ocean VPS provisioning and OpenClaw bot orchestration
Documentation
# Rust build artifacts
/target/
**/*.rs.bk

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

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

# Assistant/tool metadata (keep out of runtime repo)
.claude/
.gemini/
.opencode/
.mcp.json

# OS
.DS_Store
Thumbs.db

# Database
*.db
*.sqlite
*.sqlite3

# Logs
*.log
logs/

# Test artifacts
test-results/
*.test

# Docker
.dockerignore
docker-compose.override.yml

# Temporary files
/tmp/
*.tmp

# Secrets (never commit!)
*.pem
*.key
secrets/