From 74a33cb74e0f2b032e8c6548868eeb4457a17a1a Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Mon, 25 May 2026 20:19:30 +0200 Subject: [PATCH] Add PyQt5 and matplotlib to requirements; gitignore __pycache__ Co-Authored-By: Claude Sonnet 4.6 --- .gitignore | 3 ++- requirements.txt | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index aa78891..55e7a58 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .idea/ credentials/ vehicle_data.json -logs/ \ No newline at end of file +logs/ +__pycache__/ diff --git a/requirements.txt b/requirements.txt index 85aef69..852ba26 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,3 @@ weconnect +PyQt5 +matplotlib \ No newline at end of file