41 lines
462 B
Plaintext
41 lines
462 B
Plaintext
# output
|
|
output/
|
|
auth.json
|
|
.user-data-dir
|
|
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Unit test / coverage reports
|
|
htmlcov/
|
|
.tox/
|
|
.nox/
|
|
.coverage
|
|
.coverage.*
|
|
.cache
|
|
nosetests.xml
|
|
coverage.xml
|
|
*.cover
|
|
*.py,cover
|
|
.hypothesis/
|
|
.pytest_cache/
|
|
cover/
|
|
.mypy_cache/
|
|
test-results/
|
|
|
|
# React
|
|
.DS_*
|
|
*.log
|
|
*.tsbuildinfo
|
|
logs
|
|
**/*.backup.*
|
|
**/*.back.*
|
|
|
|
node_modules
|
|
bower_components
|
|
|
|
# Environments
|
|
/GitExtensions.settings
|
|
/playwright-report |