26 lines
333 B
Text
26 lines
333 B
Text
.git
|
|
.gitignore
|
|
venv/
|
|
venv-google/
|
|
logs/
|
|
exports/
|
|
data/
|
|
database/*.db
|
|
database/*.db.bak
|
|
backups/
|
|
nohup.out
|
|
scraper_gis/browser_context/
|
|
scraper_gis/browser_context_sudrf/
|
|
scraper_gis/exports/
|
|
**/__pycache__
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.export_progress
|
|
.phase2_progress
|
|
export.log
|
|
auditor_run.log
|
|
pipeline.log
|
|
web.log
|
|
web_debug.log
|
|
systemd.log
|