From 30829505498f9f7df882138bccea4a27c6c4d713 Mon Sep 17 00:00:00 2001 From: blag Date: Tue, 26 May 2020 15:10:48 -0700 Subject: [PATCH] Add a few more generated things to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 8ade561..8313d6e 100644 --- a/.gitignore +++ b/.gitignore @@ -11,5 +11,8 @@ atlassian-* .codeintel __pycache__ .venv/ +.coverage +.tox/ +htmlcov/ build .vscode/*