From d4553f8647c291b1662c508962c5aff99f595892 Mon Sep 17 00:00:00 2001 From: Konstantin Serebryakov <97249355+KonstantinSerebryakov@users.noreply.github.com> Date: Mon, 27 Jul 2026 17:48:32 +0300 Subject: [PATCH] chore: ignore .history and .DS_Store Co-authored-by: Cursor --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 214a30f..878d7a5 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ venv/ .ruff_cache/ src/shieldlabs.egg-info +.history