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
+14
View File
@@ -0,0 +1,14 @@
# 忽略虚拟环境(依赖包很大,别人自己本地安装即可)
venv/
.venv/
env/
# 忽略 PyCharm 自身的配置文件
.idea/
# 忽略 Python 自动生成的运行缓存
__pycache__/
*.pyc
# 忽略本地环境变量文件(防止泄露云数据库密码!)
.env