From a189dfcb9df3b540e7f5dcd67ff58b6918fbcc42 Mon Sep 17 00:00:00 2001 From: Jakub Stasiak Date: Tue, 22 Sep 2020 20:52:07 +0200 Subject: [PATCH] Gitignore some Python artifacts --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 108d934..0a7c43f 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,6 @@ htmlcov/ .mypy_cache/ .pytest_cache/ coverage.xml +/dist/ +/injector.egg-info/ +/.coverage