lmkit 0.1.0

Multi-provider AI API client (OpenAI, Anthropic, Google Gemini, Aliyun, Ollama, Zhipu; chat, embed incl. Gemini, rerank, image, audio stubs)
Documentation
# Rust 构建产物
/target/
**/*.rs.bk

# Cargo 锁文件(库项目不提交 Cargo.lock)
Cargo.lock

# 调试符号
*.pdb
*.dSYM/

# IDE 和编辑器
.idea/
.vscode/
*.iml
.vs/

# Rust Analyzer
.rust-analyzer/

# 操作系统文件
.DS_Store
.AppleDouble
._*
Thumbs.db
Desktop.ini
$RECYCLE.BIN/

# 临时和备份文件
*.swp
*.swo
*~
*.bak
*.orig

# 日志
*.log

# 测试覆盖率
*.profraw
*.profdata
tarpaulin-report.html
cobertura.xml

# 性能分析
perf.data
perf.data.old
flamegraph.svg

# 基准测试结果
/benches/results/

# 缓存目录
.cache/

# 环境变量
.env
.env.local
.env.*.local