From c1b6677f48009b7388d5e2fbf6f43686590a3c4d Mon Sep 17 00:00:00 2001 From: "Matthew D. Scholefield" Date: Mon, 18 Mar 2019 13:54:26 -0500 Subject: [PATCH] Add pytest cache to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 90d891f..b0c1656 100755 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ __pycache__/ /wakewords/ /logs *.egg-info/ +/.pytest_cache/ *.pyc *.pb