From 9b7c55e9cba043db295f80be4e65fa600af2770e Mon Sep 17 00:00:00 2001 From: Konrad Cempura Date: Sun, 15 Jul 2018 21:00:14 +0200 Subject: [PATCH] .pytest_cache added to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 93b26b8..89a475d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ __pycache__/ *.py[cod] *$py.class +.pytest_cache/ # C extensions *.so