From f75c0dbb548d0969a254979d67bf9f3aa89b37af Mon Sep 17 00:00:00 2001 From: CorpNewt Date: Wed, 26 Sep 2018 14:47:02 -0500 Subject: [PATCH] Update .gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 894a44c..fb52246 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,12 @@ __pycache__/ *.py[cod] *$py.class +# Ignore hidden files +.* + +# Ignore our save directory +macOS Downloads + # C extensions *.so