mirror of
https://github.com/cool-RR/PySnooper.git
synced 2026-01-13 00:08:05 -05:00
18 lines
116 B
Plaintext
18 lines
116 B
Plaintext
*.py[co]
|
|
__pycache__/
|
|
|
|
.tox/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
|
|
dist/
|
|
build/
|
|
*.egg-info/
|
|
|
|
*.bak
|
|
|
|
*.wpu
|
|
|
|
.coverage
|
|
htmlcov
|