diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2023-07-06 19:51:20 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2023-07-06 19:51:20 +0100 |
commit | 3659d2e29ea75b281c218f3f3ed42f02c901ae27 (patch) | |
tree | 92fdcfb2cc641defda37321094f9b37d35170613 /.gitignore | |
parent | d8aed7a5473153ffe088fec2fd84a5e34ccf6e61 (diff) | |
download | power.eda.gay-3659d2e29ea75b281c218f3f3ed42f02c901ae27.tar.gz power.eda.gay-3659d2e29ea75b281c218f3f3ed42f02c901ae27.zip |
Started work on database, added tasmota wrapper
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +db.env + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] |