From 23fdbdcd9e5f501bb8e8bf211bba51f2b3367cab Mon Sep 17 00:00:00 2001 From: Carl Beekhuizen Date: Mon, 25 May 2020 15:02:44 +0200 Subject: [PATCH] gitignore dist/ --- .gitignore | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 99f9e62..e43cf58 100644 --- a/.gitignore +++ b/.gitignore @@ -2,8 +2,11 @@ validator_keys # Python testing & linting: build/ +dist/ venv/ -.pytest_cache -.hypothesis -.mypy_cache +*.pytest_cache +*.hypothesis +*.mypy_cache +*.egg-info +*.egg __pycache__ \ No newline at end of file