init: Parser v1 — Lead Generation Engine

Парсер лидов МБ РФ: Яндекс.Карты + HH.ru + обогащение DaData/ЕГРЮЛ/Rusprofile + Streamlit CRM.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Aks
2026-06-09 12:56:06 +03:00
commit f78f35fb3f
33 changed files with 9198 additions and 0 deletions
+43
View File
@@ -0,0 +1,43 @@
# Python
venv/
.venv/
__pycache__/
*.pyc
*.pyo
.pytest_cache/
# Маркер первой установки (создаётся launch.bat)
.install_done
# Секреты
.env
# Данные парсинга
*.db
*.sqlite
*.sqlite3
leads_export_*.csv
# Логи
*.log
logs/
# Botasaurus / Playwright
output/
profiles/
.cache/
# Debug-снимки HTML (одноразовые, не для репозитория)
debug_seller_*.html
debug_seller_*.json
debug_rusprofile_*.html
debug_rusprofile.html
# IDE
.idea/
# Экспорты с реальными данными
exports/
# Бэкапы БД
leads.db.bak*