PySnooper/.gitignore

18 lines
116 B
Plaintext
Raw Permalink Normal View History

*.py[co]
__pycache__/
.tox/
.pytest_cache/
2019-04-27 00:34:40 +00:00
.mypy_cache/
dist/
build/
*.egg-info/
*.bak
*.wpu
2019-04-25 07:44:41 +00:00
.coverage
2019-04-27 00:34:40 +00:00
htmlcov