chore(config): 添加项目环境变量配置文件

- 新增 .env 文件,包含 Tushare API、钉钉机器人、数据库和阿里云 OSS 的配置
- 修改 .gitignore,取消对 .env 文件的忽略,确保环境变量文件纳入版本管理
- 更新 .gitignore 注释,使文件规则更明确和易读
This commit is contained in:
2026-03-20 19:01:44 +08:00
parent 029b5e7f60
commit f6bead3c0f
2 changed files with 22 additions and 2 deletions

3
.gitignore vendored
View File

@@ -102,7 +102,7 @@ celerybeat.pid
*.sage.py
# Environments
.env
# .env
.venv
env/
venv/
@@ -161,7 +161,6 @@ temp/
*.temp
# API keys and secrets
.env
.env.local
config.ini
secrets.json