| Left: | ||
| Right: |
| LEFT | RIGHT |
|---|---|
| (no file at all) | |
| 1 syntax: glob | 1 syntax: glob |
| 2 | |
| 2 *.pyc | 3 *.pyc |
| 3 *.pyo | 4 *.pyo |
| 5 .coverage | |
| 4 .tox/ | 6 .tox/ |
| 5 __pycache__/ | 7 __pycache__/ |
| 6 *.egg-info/ | 8 tests/__pycache__/ |
| 7 build/ | 9 build/ |
| 8 dist/ | 10 dist/ |
| 9 .cache/ | 11 .eggs/ |
| 10 .coverage | 12 eyeo_depup.egg-info/ |
| 13 htmlcov/ | |
| LEFT | RIGHT |