From 9f2d45d834c4791783f6895859d3efe32e1bac29 Mon Sep 17 00:00:00 2001 From: manuel83 Date: Mon, 19 Aug 2019 22:51:47 +0200 Subject: [PATCH] python 3 migration --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 928ac45..53b31a6 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,7 @@ craftbeerpi.db **/node_modules/* *.pyc *.templog - +venv/ modules/plugins/* !modules/plugins/__init__.py *.pyc