chore: add vector store directories to .gitignore

Add ignore patterns for ./storage/ and ./graphology/ under a new "Vector stores" section. Ensure .gitignore ends with a newline.
This commit is contained in:
2026-03-27 09:40:22 +05:30
parent 8ed06e495f
commit b8812b9eb7
+4
View File
@@ -33,3 +33,7 @@ coverage/
# Ignore resources
## Spec
./spec-built/
## Vector stores
./storage/
./graphology/