mirror of
https://github.com/cool-RR/PySnooper.git
synced 2026-07-20 17:59:34 +00:00
18 lines
122 B
Text
18 lines
122 B
Text
*.py[co]
|
|
__pycache__/
|
|
|
|
.tox/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
|
|
dist/
|
|
build/
|
|
*.egg-info/
|
|
|
|
*.bak
|
|
|
|
*.wpu
|
|
|
|
.coverage
|
|
htmlcov
|
|
*.xml
|