From 99cd272f48137af618a4646274de958551da44a4 Mon Sep 17 00:00:00 2001 From: Stepan Blyschak Date: Mon, 29 Jul 2019 14:07:40 +0300 Subject: [PATCH] [.gitignore] ignore pytest_cached Signed-off-by: Stepan Blyschak --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index aae273b6f86..b05ece42aa5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ # Compiled Python files *.pyc __pycache__/ +.pytest_cache/ \ No newline at end of file