From 5d1457eea2fac0c8f788a90d4bc88c8cc15691f0 Mon Sep 17 00:00:00 2001 From: James McDermott Date: Sun, 17 Oct 2021 22:45:28 +0100 Subject: [PATCH] Ignore log file in .gitignore. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 444a9a37..ba23bb2d 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ __pycache__/ results/ Banknote.csv Banknote_shuf.csv -.idea/ \ No newline at end of file +.idea/ +src/python_log.txt