Files
GX-gp-notify/.gitignore
T
v6ole 04b78497b9 chore: 从 git 跟踪中移除含敏感信息的 config.yaml
将 config.yaml 添加到 .gitignore,并从 git 跟踪中移除。
配置现已通过 .env 环境变量管理,密码/token/AES key 不再提交到仓库。
2026-05-09 15:02:52 +08:00

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