From 5c95fc62a12e22c67e1f47c39782b478a65ef216 Mon Sep 17 00:00:00 2001 From: Gary Kwong Date: Sat, 28 Apr 2018 01:23:42 -0700 Subject: [PATCH] Add more exclusions to .gitignore. --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 2e8aa8b0..d94733c2 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,10 @@ /misc/ec2prices/*.log /misc/ec2prices/*/*.pricecache + +# Code coverage +.coverage* + +# Linting via pytest +/.pytest_cache/ +