24 lines
210 B
Plaintext
24 lines
210 B
Plaintext
|
.DS_Store
|
||
|
*/**.DS_Store
|
||
|
._*
|
||
|
.*.sw*
|
||
|
*~
|
||
|
.idea/
|
||
|
.vscode/
|
||
|
*.retry
|
||
|
|
||
|
__pycache__/
|
||
|
*.py[cod]
|
||
|
*$py.class
|
||
|
htmlcov/
|
||
|
.tox/
|
||
|
.nox/
|
||
|
.coverage
|
||
|
.coverage.*
|
||
|
.cache
|
||
|
nosetests.xml
|
||
|
coverage.xml
|
||
|
*.cover
|
||
|
.hypothesis/
|
||
|
.pytest_cache/
|