From 18fd77d4e3ecf27cd196bc78a8e8d60e1c1e122e Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Sat, 26 Oct 2019 03:03:35 +0100 Subject: [PATCH] Ignore log files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b5e5009..4483e03 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,6 @@ __pycache__/ # Config file config.yaml + +# Log files +*.log