13 lines
198 B
Text
13 lines
198 B
Text
# 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
|