gitignore: add .venv/ and client/run.sh

run.sh is generated by install.sh with machine-specific absolute paths.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-27 19:00:23 +02:00
co-authored by Claude Sonnet 4.6
parent 53004e5a2d
commit 99b34f0b5e
+2
View File
@@ -3,3 +3,5 @@ credentials/
vehicle_data.json vehicle_data.json
logs/ logs/
__pycache__/ __pycache__/
.venv/
client/run.sh