claude_sms_test
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
# 构建镜像时不需要拷贝进容器的内容,可显著减小镜像体积、加快构建
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
|
||||
venv/
|
||||
.venv/
|
||||
env/
|
||||
|
||||
.idea/
|
||||
.vscode/
|
||||
.git/
|
||||
.gitignore
|
||||
|
||||
# 本地环境变量文件,绝不能打进镜像
|
||||
.env
|
||||
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
dist/
|
||||
build/
|
||||
|
||||
*.md
|
||||
Reference in New Issue
Block a user