From 59d10184e866737206d3e3e32076a1e29f5f3ed9 Mon Sep 17 00:00:00 2001 From: kavore <161734431+kavore@users.noreply.github.com> Date: Sun, 8 Feb 2026 21:27:07 +0300 Subject: [PATCH] chore(git): ignore .serena and AGENTS.md --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index aa8f263..9b31574 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,6 @@ __pycache__/ *.pid locales/ru_backup.json locales/en_backup.json -db/models_old.py \ No newline at end of file +db/models_old.py +.serena/ +AGENTS.md