Files
AI-Trader/.gitignore
T
guaiwoluo2020 a705593955 feat: 添加新闻监控、持仓管理、系统日志等功能
- 新增新闻爬取和监控模块 (news_crawler, news_monitor)
- 新增 LLM 分析模块 (llm_analyzer)
- 新增持仓管理和交易历史存储
- 新增系统日志功能
- 新增前端页面: News, Positions, Settings, SystemLog
- 更新路由和 API 接口
- 更新 .gitignore 排除敏感文件
2026-03-17 11:32:37 +08:00

29 lines
191 B
Plaintext

# macOS
.DS_Store
# Python
venv/
__pycache__/
*.pyc
*.pyo
# Logs
*.log
# Backups
*.backup
# IDE
.claude/
# Node.js
node_modules/
# Environment
.env
# Data
data/
# Build
frontend/dist/