From d218326d47f625f1465f36ea0e57c1d9e15bbf7c Mon Sep 17 00:00:00 2001 From: Kareem Horstink Date: Sun, 23 Aug 2026 15:38:13 +0000 Subject: [PATCH] chore: add models/ dir for local HF cache, gitignore it --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 927b199..b7c8984 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ # Pi .pi/ + +# Model weights (downloaded on first run) +models/