From dd6ff18b04cdcaa47215f9e8a8c12c91ae934b37 Mon Sep 17 00:00:00 2001 From: Wesley Ray Date: Thu, 7 May 2026 07:52:44 -0400 Subject: [PATCH] Ignore APK/XAPK drift-check artifacts Co-Authored-By: Claude Opus 4.7 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index fe35ae3..c2562d5 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ __pycache__/ venv/ historical_data/ *.log +*.xapk +*.apk