Changeset 1714:dd97ab89a444
- Timestamp:
-
Dec 25, 2018, 10:42:40 PM
(2 years ago)
- Author:
- Stefan Schwarzer <sschwarzer@…>
- Branch:
- default
- histedit_source:
- acd080e266b3f92e6d20a229cc7b157a67a98e0f
- Message:
-
Ignore Pytest cache and `egg-info` directory
-
File:
-
Legend:
- Unmodified
- Added
- Removed
-
r1708
|
r1714
|
|
32 | 32 | .mypy_cache/** |
33 | 33 | |
| 34 | # Pytest cache |
| 35 | .pytest_cache/** |
| 36 | |
| 37 | # Probably from `pip install -e .` |
| 38 | ftputil.egg-info/** |
| 39 | |
34 | 40 | # Eclipse/PyDev project files. |
35 | 41 | .project |