From 131231092091233b89c650a159b1bb567e60df8e Mon Sep 17 00:00:00 2001 From: danghai Date: Sat, 30 Jun 2018 06:19:48 -0700 Subject: [PATCH] Add .pytest_cache to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f87cc33..50ed94d 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ .tox/ .coverage sktm.egg-info +.pytest_cache