test
This commit is contained in:
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user