Files
remote-volume-monitor/.gitignore

17 lines
118 B
Plaintext

# 发布包
Releases/
# 测试文件
Test/
# 日志文件
*.log
logs/
# Python
__pycache__/
*.pyc
.pyo
.env
.venv/