system-prompts-and-models-o.../salesflow-saas/.gitignore
Sami Assiri 07557c4be9 feat(dealix): GTM polish, CRM/AI APIs, launch verification hardening
- 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
2026-04-13 05:08:39 +03:00

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/