clog/.gitignore
theonepath 693f516f58
Updated .gitignore
Added ignore for .coverage file (not readable, .coveragerc is correct
file)
2022-05-12 13:45:07 +01:00

7 lines
75 B
Plaintext

.tox
.coverage
.*_cache
**py.typed**
**__pycache__**
**.log**
**.egg-info**