27 lines
244 B
Plaintext
27 lines
244 B
Plaintext
.git
|
|
.gitignore
|
|
README.md
|
|
docs/
|
|
*.md
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
env
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
.tox
|
|
.coverage
|
|
.coverage.*
|
|
.cache
|
|
nosetests.xml
|
|
coverage.xml
|
|
*.cover
|
|
*.log
|
|
.idea
|
|
.vscode
|
|
.env
|
|
errors.db
|
|
cache/
|
|
test_e2e.py |