From 53b457b0a9b7d4644d2860698a3a97721aeee7d8 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Mon, 1 Jun 2020 14:25:19 -0400 Subject: [PATCH] Add more misc stuff to gitignore --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a859250..b74542f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ -__pycache__/ +/.coverage +/.mypy_cache/ +/memberplumbing.egg-info/ /venv/ +__pycache__/ + /config.yaml