From e1a9b632e33e984d3ebaf6ad44b29a2e433a825a Mon Sep 17 00:00:00 2001 From: Kochetkov S Date: Wed, 22 Jul 2026 13:58:44 +0300 Subject: [PATCH] ++ ignore local tmp files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ae40261..3f8bd36 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ CLAUDE.md .env tmp -snapshots/* \ No newline at end of file +.tmp/ +snapshots/*