From 66394758a563a6cd9cf40a35b5a5a681eacf3539 Mon Sep 17 00:00:00 2001 From: Thomas Busby Date: Mon, 28 May 2018 01:08:47 +0200 Subject: [PATCH] Ignore any python scripts in repo root --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index ede4ad0..b20da52 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ _site* .sass-cache .jekyll-metadata *backup/ + +/*.py