From 4228c1e636797c22afe8c84c76546a8d19607d2d Mon Sep 17 00:00:00 2001 From: Codex Date: Thu, 10 Sep 2026 23:41:19 +0200 Subject: [PATCH] fix: ignore QR token lockfile --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index cab0981..51a01e5 100644 --- a/.gitignore +++ b/.gitignore @@ -50,6 +50,7 @@ Thumbs.db .caldav_sync_state.json # État d'authentification pronotepy (QR code / token rotation) .pronote_auth_state.json +.pronote_auth_state.json.lock *.state.json # --- Local scratch / WIP files ---