添加完整学生系统

This commit is contained in:
2026-09-21 20:20:16 +08:00
parent 1d05044e4f
commit 78a95518ed
59 changed files with 7044 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
# Python后端相关
__pycache__/
*.pyc
*.pyo
.venv/
venv/
# 前端相关
node_modules/
dist/
# 敏感配置(数据库密码、密钥绝对不能上传)
.env
.env.local
*.log
# IDE & 系统文件
.idea/
.vscode/
Thumbs.db
.DS_Store
# Docker本地覆盖配置
docker-compose.override.yml