From 812d7fa0c316ef14c74610d2c45c9bb0f450fa73 Mon Sep 17 00:00:00 2001 From: Peter Molnar Date: Mon, 4 Sep 2017 12:54:59 +0000 Subject: [PATCH] exclude tmp dir and tmp.py --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e8cdc67..cea6317 100644 --- a/.gitignore +++ b/.gitignore @@ -100,3 +100,5 @@ ENV/ # mypy .mypy_cache/ *.ini +tmp.py +tmp/