From 924c939459ee32bfe65ed09c6f0b16435f373256 Mon Sep 17 00:00:00 2001 From: Juan Sugg Date: Fri, 27 Mar 2026 08:14:10 -0300 Subject: [PATCH] Update .gitignore --- .gitignore | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0fb72de3..c8bddf41 100644 --- a/.gitignore +++ b/.gitignore @@ -12,11 +12,19 @@ dist/ build/ *.egg-info/ +memory.json +.serena/ .ruff_cache/ +.qodo/ .pytest_cache/ .mypy_cache/ .uv-cache/ .uv-tools/ .tmp/ +docs/adr tmp/ -ser/models/*.json \ No newline at end of file +ser/models/*.json +.hypothesis +.local/ +.coverage +coverage.xml \ No newline at end of file