Первая рабочая версия скрипта по созданию бекапов портала hivmo через

взаимодействие с порталом с использованием библиотеки playwright
This commit is contained in:
VolandSZ
2026-03-15 11:36:22 +03:00
parent 6766c997ba
commit d06615b0b3
2 changed files with 738 additions and 0 deletions

35
.gitignore vendored Normal file
View File

@ -0,0 +1,35 @@
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg-info/
.eggs/
# Virtual environments
venv/
.venv/
env/
# Tool caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.pyright/
.coverage
.coverage.*
htmlcov/
# Reflex generated artifacts
.web/
.states/
*.db
# IDE / OS
.vscode/
.idea/
.DS_Store
Thumbs.db