This commit is contained in:
jze9
2026-06-01 17:05:07 +05:00
parent 89c3500151
commit 070261e947
7 changed files with 1288 additions and 0 deletions

17
.gitignore vendored Normal file
View File

@@ -0,0 +1,17 @@
# Портативный Firefox + geckodriver (большие, скачиваются fetch_vendor.py)
vendor/
# Сборка
build/
dist/
*.spec
__pycache__/
*.pyc
# Результаты прогонов (папки вида ДД.ММ.ГГГГ_ЧЧ-ММ-СС)
[0-9][0-9].[0-9][0-9].[0-9][0-9][0-9][0-9]_*/
# Прочее
.pytest_cache/
.venv/
python-3.8.10-win32.exe