From 8c10636a752b830adddc1c889a241ecca31eceef Mon Sep 17 00:00:00 2001 From: Ben Krikler Date: Fri, 2 Mar 2018 15:08:37 +0100 Subject: [PATCH] Add .pytest_cache to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index cf0c6a59..1c9b0e89 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,4 @@ target/ *~ .*sw[op] tests/profile_*.txt +.pytest_cache