From a863554acc4cffd42179b693366a320793238c37 Mon Sep 17 00:00:00 2001 From: David Trattnig <david.trattnig@o94.at> Date: Thu, 29 Oct 2020 13:52:40 +0100 Subject: [PATCH] Exclude virtualenv folder. #50 --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f4e66876..5bf395a3 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,5 @@ config/systemd/dev/ env.list audio/source config/docker/engine.ini -modules/liquidsoap/engine.sock \ No newline at end of file +modules/liquidsoap/engine.sock +/python \ No newline at end of file -- GitLab