fix:数据库接入方式改为在系统环境变量中储存敏感信息。
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# 环境变量文件 (包含敏感信息,不要提交到版本控制)
|
||||
.env
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.egg-info/
|
||||
|
||||
# 日志文件
|
||||
*.log
|
||||
|
||||
# Jupyter
|
||||
.ipynb_checkpoints/
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
Reference in New Issue
Block a user