git-same 2.0.0

Mirror GitHub structure /orgs/repos/ to local file system.
Documentation
# Rust
/target/
**/*.rs.bk
*.pdb

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

# Config (don't commit user configs)
config.toml
*.local.toml

# Cache
.cache/
*.cache

# Test artifacts
/tmp/
/test-output/
*.profraw
*.profdata
cobertura.xml

# Environment
.env
.env.local

# Conductor
.context/

# Claude Code
.claude/settings.local.json