From 75b8379fa807e69f275e289585b0da7c79c3e2cd Mon Sep 17 00:00:00 2001
From: David Trattnig <david.trattnig@o94.at>
Date: Thu, 29 Oct 2020 17:06:26 +0100
Subject: [PATCH] Exclude pycache.

---
 .gitignore | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index c673f570..c7e552df 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,4 +12,5 @@ env.list
 audio/source
 config/docker/engine.ini
 src/liquidsoap/engine.sock
-python
\ No newline at end of file
+python
+__pycache__
\ No newline at end of file
-- 
GitLab