rustic-git 0.6.0

A Rustic Git - clean type-safe API over git cli
Documentation
# Rust build artifacts
/target/
Cargo.lock

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

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

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

# Rust-specific
**/*.rs.bk
*.pdb

# Test artifacts
/tmp/
test_*