From ec7ea8b6f2d797d5e990b5a6a380fc55b4aa3ecd Mon Sep 17 00:00:00 2001 From: Srikanth Patchava Date: Fri, 24 Apr 2026 19:25:52 -0700 Subject: [PATCH] chore: update .gitignore with editor swap files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 03162d8..e94f04b 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,5 @@ build_test/ # OS files .DS_Store Thumbs.db +# Auto-generated +*.pyc