gor-cli 0.2.0

A Rust CLI for GitHub — a 'gh' clone
Documentation
# Generated by Cargo
# will have compiled files and executables
debug/
target/

# These are backup files generated by rustfmt
**/*.rs.bk

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

# Generated by cargo mutants
# Contains mutation testing data
**/mutants.out*/

# RustRover / JetBrains
.idea/
*.iml

# VS Code
.vscode/

# macOS
.DS_Store

# Editor swap/backup files
*.swp
*.swo

# Local environment / secrets
.env
.env.local

# Coverage output
lcov.info

# Local scratch directory
/tmp/

# Pi coding agent artifacts
.pi-subagents/