init(all):一个让codex调用deepseek模型的项目

This commit is contained in:
Pine
2026-05-25 16:37:47 +08:00
commit e6ab2d4534
23 changed files with 2028 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
# Git
.git
.gitignore
# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
.venv/
.python-version
# IDE / Editor
.vscode/
.idea/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
# Runtime
proxy_debug.log
debug_request_body.txt
# Docker (避免层级嵌套)
docker/
Dockerfile
docker-compose*.yml
# Build / Dist
dist/
build/