From ae6de0d0a05cb464e11c79fc0be6778a8b8628fc Mon Sep 17 00:00:00 2001 From: Timo Furrer Date: Sat, 28 Jan 2017 11:30:16 +0100 Subject: [PATCH] Add Python 3 cache and vim swap files to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 59d2c107..16927235 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ /.venv *.pyc +__pycache__/ .cache pipenv.egg-info/ +*.swp