diff --git a/.gitignore b/.gitignore index 0fb72de..c8bddf4 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