清理冗余文件,更新 Dockerfile 和配置

This commit is contained in:
2025-12-14 22:49:00 +08:00
parent dac06d187e
commit 1ec0d80f6c
8 changed files with 33 additions and 1054 deletions

11
.gitignore vendored
View File

@@ -25,6 +25,12 @@ __pycache__/
*.class
*.so
.Python
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
coverage.xml
htmlcov/
env/
venv/
ENV/
@@ -56,3 +62,8 @@ verify_*.sh
# 内部文档
docs/
# 前端依赖(体积大,不应入库)
node_modules/
app-frontend/node_modules/
admin-frontend/node_modules/