From c5874c1c078d8dfd93a6b74ca7a80d67a0206e05 Mon Sep 17 00:00:00 2001 From: Harald Kube Date: Wed, 23 Dec 2020 02:43:37 +0100 Subject: [PATCH] Let Git ignore Pythons venv stuff --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 83b980f..136b049 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,13 @@ +# Ignore the configuration and the database energyDB.conf +energyDB.sqlite +# Ignore Python caches and compiles modules *.pyd __pycache__ + +# Ignore Pythons venv stuff +bin/ +lib/ +LICENSE.md +pyvenv.cfg