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