From f141b8574584d3a4e2b581acb4874d0890bafca8 Mon Sep 17 00:00:00 2001 From: Chris Leaman Date: Tue, 27 Nov 2018 10:15:35 +1100 Subject: [PATCH] Ignore .log files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1dadcb9..5f368cf 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ __pycache__/ *.py[cod] *$py.class /.venv/ +*.log \ No newline at end of file