- 新增 Vue 3 + Vuetify 前端界面 - 新增市场分析模块 (market/) - 更新主服务器和路由 - 更新 MT5 EA 文件 - 添加 .gitignore 排除临时文件
20 lines
133 B
Plaintext
20 lines
133 B
Plaintext
# macOS
|
|
.DS_Store
|
|
|
|
# Python
|
|
venv/
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Backups
|
|
*.backup
|
|
|
|
# IDE
|
|
.claude/
|
|
|
|
# Node.js
|
|
node_modules/ |