update branch

This commit is contained in:
qwen.ai[bot]
2026-04-25 06:07:33 +00:00
parent fe71635899
commit 9322dc857f
4 changed files with 408 additions and 54 deletions

78
.gitignore vendored
View File

@@ -1,72 +1,42 @@
```
# Compiled and build artifacts
*.pyc
# Python
__pycache__/
*.o
*.obj
*.so
*.dll
*.exe
*.class
*.out
*.pyc
*.pyo
*.pyd
*.py~
# Dependencies
.venv/
venv/
node_modules/
dist/
build/
target/
.gradle/
.mypy_cache/
.pytest_cache/
# Logs and temp files
*.log
*.tmp
*.swp
*.swo
*.out
# Environment
.env
.env.local
*.env.*
.env.*
# Editors
.vscode/
.idea/
# Logs
*.log
# System files
# OS
.DS_Store
Thumbs.db
# Coverage
# Backup files
*~
*.bak
*.swp
*.swo
# Coverage reports
coverage/
htmlcov/
.coverage
# Compressed files
*.zip
*.gz
*.tar
*.tgz
*.bz2
*.xz
*.7z
*.rar
*.zst
*.lz4
*.lzh
*.cab
*.arj
*.rpm
*.deb
*.Z
*.lz
*.lzo
*.tar.gz
*.tar.bz2
*.tar.xz
*.tar.zst
# Testing
.pytest_cache/
.mypy_cache/
# Distribution / packaging
dist/
build/
*.egg-info/
```