deepseek-rust-cli 1.20.4

A lightweight, high-speed autonomous CLI system agent port of DeepSeek CLI.
Documentation
# ====================
# Rust
# ====================
/target/
**/*.rs.bk
*.pdb

# ====================
# IDE / Editor
# ====================
.idea/
.vscode/
*.swp
*.swo
*~
.project
.settings/
*.sublime-*
*.code-workspace

# ====================
# OS
# ====================
.DS_Store
.DS_Store?
._*
Thumbs.db
ehthumbs.db
Desktop.ini

# ====================
# Environment
# ====================
.env
.env.local
.env.*.local

# ====================
# Build artifacts
# ====================
build/
dist/
*.log
*.tmp
*.temp

# ====================
# Deep (internal agent state)
# ====================
.deep/
.antigravitycli/