Files
2026-07-11 13:49:20 +08:00

12 lines
145 B
Plaintext

# 运行时数据
data/
panel/venv/
__pycache__/
*.pyc
# 本地环境配置(勿提交密钥)
.env
# 临时文件
*.log
.DS_Store