43 lines
392 B
Plaintext
43 lines
392 B
Plaintext
.venv
|
|
venv
|
|
__pycache__
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
*.sqlite3
|
|
*.log
|
|
.DS_Store
|
|
.env
|
|
.env.*
|
|
.idea
|
|
.vscode
|
|
*.swp
|
|
*.swo
|
|
coverage
|
|
htmlcov
|
|
.tox
|
|
.pytest_cache
|
|
.pyre
|
|
.mypy_cache
|
|
.pytype
|
|
.pytest_cache/
|
|
.cache
|
|
.pyre/
|
|
.mypy_cache/
|
|
.pytype/
|
|
dist
|
|
build
|
|
*.egg-info
|
|
.eggs
|
|
pip-wheel-metadata
|
|
pip-wheel-metadata/
|
|
instance
|
|
.webassets-cache
|
|
.scrapy
|
|
.scrapy/
|
|
.pytest_cache/
|
|
.coverage
|
|
.coverage.*
|
|
nosetests.xml
|
|
coverage.xml
|