add .env to .gitignore

This commit is contained in:
2022-03-29 14:15:33 +02:00
parent 46d4605099
commit f5e1f627eb
4 changed files with 8 additions and 4 deletions
+5
View File
@@ -1,4 +1,9 @@
import os
from dotenv import load_dotenv
load_dotenv()
LOG_SOURCE = os.getenv("LOG_SOURCE")
BAUDRATE = 115200