Files
billai/.gitignore
CHE LIANG ZHAO 4805f94126 fix(server, webhook): 添加 MongoDB 数据持久化和上传前去重功能
- 优化支付宝时间格式解析(支持无前导零格式)
- 修复 webhook 服务编译错误
- 更新版本号至 1.0.5
2026-01-14 14:53:50 +08:00

26 lines
225 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
analyzer/venv/
.venv/
*.egg-info/
# Go
server/billai-server
.exe
# IDE
.idea/
.vscode/
*.swp
*.swo
.DS_Store
# 临时文件
server/uploads/
server/outputs/
*.log
*.exe
mongodata/