From 035477018431778db5362200f90d100b9b5e45d6 Mon Sep 17 00:00:00 2001
From: Tamino Huxohl <thuxohl@techfak.uni-bielefeld.de>
Date: Thu, 18 Aug 2022 09:43:40 +0200
Subject: [PATCH] exclude logging files form git

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 0066989..16860ed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 venv/
 **__pycache__/
 /data/
+*.log
-- 
GitLab