feat: 初始化Web服务监控系统
This commit is contained in:
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
# 日志文件
|
||||
*.log
|
||||
|
||||
# 临时文件
|
||||
temp_email.html
|
||||
|
||||
# 状态文件
|
||||
status.json
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
Reference in New Issue
Block a user