04b78497b9
将 config.yaml 添加到 .gitignore,并从 git 跟踪中移除。 配置现已通过 .env 环境变量管理,密码/token/AES key 不再提交到仓库。
13 lines
134 B
Plaintext
13 lines
134 B
Plaintext
.env
|
|
logs/
|
|
*.log
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
.ruff_cache/
|
|
.pytest_cache/
|
|
*.egg-info/
|
|
dist/
|
|
config.yaml
|
|
gx_gp_monitor/config/config.yaml
|