diff --git a/.gitignore b/.gitignore index fc96892..1520314 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /target *.db *.db-journal +.DS_Store diff --git a/README.md b/README.md index efc06de..4f06263 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ cargo run --release -- tools test memory_recall '{"query": "Rust"}' Every subsystem is a **trait** — swap implementations with a config change, zero code changes.
-
+