From 5d06f4dd84dc908c0315346e6c5d587c3e7617a2 Mon Sep 17 00:00:00 2001 From: Jacob McGill Date: Fri, 11 May 2018 11:52:10 -0400 Subject: [PATCH] add pytest chache to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 3cd1f5ab90..7af6da8c14 100644 --- a/.gitignore +++ b/.gitignore @@ -95,9 +95,11 @@ fabric.properties ### Python template # Byte-compiled / optimized / DLL files __pycache__/ +.pytest_cache/ *.py[cod] *$py.class + # C extensions *.so