From 3325cffa91b27c366445147571607d0d8edea079 Mon Sep 17 00:00:00 2001 From: Luna Date: Sat, 13 Oct 2018 14:02:17 +0100 Subject: [PATCH] added entry to gitignore --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index f09a1f5..b103db8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,14 @@ .vscode/ +.cache +.idea +.coverage +.pytest_cache +.DS_Store +coverage.xml + +__pycache__ +tests/__pycache__ + build responder.egg-info/ dist/