31 lines
335 B
Plaintext
31 lines
335 B
Plaintext
.venv/
|
|
__pycache__/
|
|
*/__pycache__
|
|
*.pyc
|
|
|
|
# 运行时数据(通过 volume 挂载)
|
|
data/
|
|
logs/
|
|
*.db
|
|
*.log
|
|
|
|
# 前端依赖和构建产物(Docker 内重新构建)
|
|
web/frontend/node_modules/
|
|
web/frontend/dist/
|
|
|
|
# geetest 临时图片
|
|
bg.jpg
|
|
fullbg.jpg
|
|
slice.jpg
|
|
|
|
# Git
|
|
.git/
|
|
.gitignore
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# 测试日志
|
|
11.log
|