securegit 0.6.0

Zero-trust git replacement with 12 built-in security scanners, universal undo, durable backups, and a 32-tool MCP server
Documentation
# Rust
/target/
Cargo.lock
**/*.rs.bk
*.pdb

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

# Testing
/test-output/
/quarantine-test/

# Config
local-config.toml
CLAUDE.md
.env
*.local

# Build artifacts
*.exe
*.dll
*.so
*.dylib

# Release builds
/dist/
/release/
sandbox/

# Plans
docs/plans/

# Worktrees
.worktrees/