fix:数据库接入方式改为在系统环境变量中储存敏感信息。

This commit is contained in:
2026-07-31 21:30:21 +08:00
parent 6deda5155a
commit b868e63e40
4 changed files with 61 additions and 14 deletions
+17
View File
@@ -0,0 +1,17 @@
# 环境变量文件 (包含敏感信息,不要提交到版本控制)
.env
# Python
__pycache__/
*.py[cod]
*.egg-info/
# 日志文件
*.log
# Jupyter
.ipynb_checkpoints/
# IDE
.vscode/
.idea/