PySnooper/.gitignore

16 lines
102 B
Plaintext
Raw Normal View History

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