From 1146a9bddee1cbc173732274106c4a2859191310 Mon Sep 17 00:00:00 2001 From: reedts Date: Thu, 17 May 2018 15:28:21 +0200 Subject: [PATCH] Added database --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 894a44c..b3fc397 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,9 @@ __pycache__/ # C extensions *.so +# Weatherstation database +pywatts.db + # Distribution / packaging .Python build/