From 43b95d3d861406e0b2055688b742d371099dd1e0 Mon Sep 17 00:00:00 2001 From: Thor77 Date: Sat, 31 Mar 2018 21:02:31 +0200 Subject: [PATCH] Add .pytest_cache to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6623a76..170eb9a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ __pycache__/ *.py[cod] venv/ .cache/ +.pytest_cache/ build/ dist/