Files
GX-gp-notify/.gitignore
T
v6ole acff263dba chore: 从 git 跟踪中移除日志文件、onu.md 和 __pycache__
- 移除 logs/ 目录下的日志文件
- 移除 onu.md 生成文件
- 移除所有 __pycache__/ 目录
- 更新 .gitignore 防止再次提交
2026-05-09 15:03:40 +08:00

14 lines
141 B
Plaintext

.env
logs/
*.log
__pycache__/
*.pyc
.venv/
.ruff_cache/
.pytest_cache/
*.egg-info/
dist/
config.yaml
gx_gp_monitor/config/config.yaml
onu.md