Skip to content
Snippets Groups Projects
.gitignore 104 B
Newer Older
*.pyc
*.sw?
*~
/.coverage
/.coverage.*
.eggs/
__pycache__/
/build
/dist
/.tox
.hypothesis/
.mypy_cache/