f78f35fb3f
Парсер лидов МБ РФ: Яндекс.Карты + HH.ru + обогащение DaData/ЕГРЮЛ/Rusprofile + Streamlit CRM. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
44 lines
621 B
Plaintext
44 lines
621 B
Plaintext
# 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*
|