gitctx 0.1.0

MCP server for GitHub repository exploration
Documentation
# Build artifacts
/target/
**/target/

# Cargo lock for libraries (keep for binaries)
# Cargo.lock

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

# Logs
*.log
logs/

# Environment
.env
.env.local

# Config with secrets
config/local.toml
token.json

# Test artifacts
*.profraw