Let Git ignore Pythons venv stuff

This commit is contained in:
Harald Kube 2020-12-23 02:43:37 +01:00
parent b8f170688e
commit c5874c1c07

9
.gitignore vendored
View file

@ -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