From 3c080f8c2e4e65e3e35df83128486886092fcf07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20De=C3=A1k?= Date: Mon, 20 Jul 2020 23:35:28 +1000 Subject: [PATCH] Updated git ignore. --- .gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a19a623..47812db 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,11 @@ Binaries/* !Binaries/.keep Tools/* -!Tools/.keep \ No newline at end of file +!Tools/.keep + +# Python +__pycache__/ +*.pyc + +# macOS +.DS_Store