diff --git a/.gitignore b/.gitignore index 516d8cf..dfffc76 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ __pycache__/pyqt5_gui.cpython-312.pyc ht-multi.code-workspace ht-multi_Win.code-workspace +ht-multi.code-workspace diff --git a/README.md b/README.md index 0fc64f4..c8ea8ec 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # HT-Multi -Auslesen der Datenbank vom Messgerät HT-700 \ No newline at end of file +Auslesen der Datenbank vom Messgerät HT-700 diff --git a/ht-multi.code-workspace b/ht-multi.code-workspace index 3928df5..4f12a17 100644 --- a/ht-multi.code-workspace +++ b/ht-multi.code-workspace @@ -1,4 +1,8 @@ { - "folders": [], + "folders": [ + { + "path": "." + } + ], "settings": {}, } \ No newline at end of file