Files
trade-assistant/.gitignore
T
wlt 7317fbe012 feat: add AI Digital Employee agent orchestrator with pipeline tracking
- New AgentPipeline model with JSONB pipeline_data for stages/leads/summary
- AgentOrchestrator service chains DiscoveryService search→analyze→outreach→auto-save
- 3 new API endpoints: POST /agent/start, GET /agent/pipelines, GET /agent/{id}
- Full Agent dashboard Vue component with stats, pipeline grid, leads table, outreach preview
- Sidebar redesigned with AI Agent as primary entry point
- Updated PROGRESS.md, AGENTS.md, DATABASE_SCHEMA.md with latest state
2026-06-16 18:30:56 +08:00

61 lines
600 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
*.egg-info/
.coverage
dist/
build/
.eggs/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Environment
.env
.env.local
.env.*.local
backend/certs/apiclient_key.pem
# Logs
*.log
logs/
# Database
*.db
*.sqlite3
# OS
.DS_Store
Thumbs.db
# Node
node_modules/
uni-app/dist/
admin-frontend/dist/
user-frontend/dist/
# Python test cache
.pytest_cache/
# Docker
docker-compose.override.yml
# Misc
*.bak
*.tmp
# Generated by MCP search server
backend/app/services/_bing_search.js
# WeChat mini-program private key
uni-app/private.key.omo/