From 8ce9a530f01b8c878e70d138819973cd85c979b7 Mon Sep 17 00:00:00 2001 From: Adam Dobrawy Date: Wed, 3 Aug 2016 19:11:33 +0200 Subject: [PATCH] Add tox and tox-cache to gitignore (#105) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 85e2ef1..3f6128e 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,5 @@ include/* .Python *egg* dummy_project/* +.cache/ +.tox/