workbloom 0.3.1

A Git worktree management tool with automatic file copying
Documentation
# workbloom configuration file
# Files and directories to copy to git worktrees

# Setup script (will be executed after copying)
.workbloom-setup.sh

# Rust development files
Cargo.lock
rust-toolchain.toml
.cargo/config.toml

# CI/CD configurations
.github/workflows/

# Development tools configuration
.vscode/settings.json
rustfmt.toml
clippy.toml

# Documentation
docs/