Добавление загрузчика веб-сайтов для сбора данных с сайтов в автономном режиме с извлечением ресурсов.

This commit is contained in:
Dmitriy Fofanov
2026-02-22 01:39:54 +03:00
parent 845d2e8bd5
commit 81cc5b74ad
7 changed files with 1528 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
# Python cache and bytecode
__pycache__/
*.py[cod]
*$py.class
# Virtual environments
.venv/
venv/
env/
ENV/
# Build and packaging artifacts
build/
dist/
*.egg-info/
# Tool caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
# IDE/editor
.vscode/
.idea/
# OS files
.DS_Store
Thumbs.db