- Add multi-encoding file support (UTF-8, GBK, GB2312, Latin-1) - Add .gitignore integration for automatic pattern exclusion - Optimize WebSocket reconnection with exponential backoff - Change tool response format from list to dict for better compatibility - Add bilingual README (Chinese and English) - Update installation instructions - Add project description to pyproject.toml
15 lines
136 B
Plaintext
15 lines
136 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Virtual environments
|
|
.venv
|
|
venv
|
|
|
|
# ai
|
|
.cunzhi-memory/
|