diff options
author | Helmut Grohne <helmut@subdivi.de> | 2025-05-21 21:46:24 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2025-05-21 22:35:47 +0200 |
commit | 054bf286f347aa56a0a992dc73feea1d34b12bb5 (patch) | |
tree | 26cfcabb40c67aad6f64b95009a7b4acdda78093 | |
parent | 58af839d8f7b47aea2c4ab37f2b5e168c03a3bb0 (diff) | |
download | python-linuxnamespaces-054bf286f347aa56a0a992dc73feea1d34b12bb5.tar.gz |
extend .gitignore for more tool-generated files
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ __pycache__ +.coverage .mypy_cache +.hypothesis .pytest_cache |