mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-18 23:39:34 +00:00
- Add integrations CRM and AI routing APIs; Salesforce OAuth refresh; lead CRM metadata - Marketer hub, settings CRM UI, OS views; premium landing and strategy_summary differentiators - Docs: API-MAP, product guide, competitive matrix, launch simulation, AGENT-MAP LLM routing - Sync script: strategy legal + competitive matrix to public; pytest DB isolation (.pytest_dealix.sqlite) - Tests: CRM status and AI routing smoke; check_go_live_gate UTF-8 stdout on Windows - Alembic migrations for strategic deal links and lead company/sector/city Made-with: Cursor
57 lines
552 B
Plaintext
57 lines
552 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.eggs/
|
|
*.egg
|
|
venv/
|
|
.venv/
|
|
|
|
# Node
|
|
node_modules/
|
|
.next/
|
|
out/
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.production
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Docker
|
|
postgres_data/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# SSL
|
|
nginx/ssl/*.pem
|
|
nginx/ssl/*.key
|
|
nginx/ssl/*.crt
|
|
|
|
# Coverage
|
|
htmlcov/
|
|
.coverage
|
|
coverage/
|
|
|
|
# Local SQLite / CI DB artifacts (never commit)
|
|
backend/*.db
|
|
backend/ci_*.db
|
|
backend/.pytest_dealix.sqlite
|
|
|
|
# Playwright / E2E output
|
|
frontend/test-results/
|
|
frontend/playwright-report/
|