claude_sms_test

This commit is contained in:
jianqi
2026-09-18 16:53:21 +08:00
commit b9311bdb1e
46 changed files with 4225 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
# 构建镜像时不需要拷贝进容器的内容,可显著减小镜像体积、加快构建
__pycache__/
*.pyc
*.pyo
*.pyd
venv/
.venv/
env/
.idea/
.vscode/
.git/
.gitignore
# 本地环境变量文件,绝不能打进镜像
.env
.pytest_cache/
.mypy_cache/
dist/
build/
*.md