忽略中间文件

This commit is contained in:
孙小云 2026-01-10 15:31:51 +08:00
parent e4b58b5da0
commit 4f26df2afa
1 changed files with 20 additions and 0 deletions

20
.devops/.gitignore vendored Normal file
View File

@ -0,0 +1,20 @@
# 部署标志文件
.deployed_mysql
.deployed_nacos
.deployed_redis
# Python 缓存
__pycache__/
*.pyc
*.pyo
*.pyd
# 虚拟环境
path/to/venv/
# 日志文件
logs/
*.log
# 备份文件
*.bak