diff --git a/.gitignore b/.gitignore index a4b1e2d1..3a961b56 100644 --- a/.gitignore +++ b/.gitignore @@ -25,4 +25,8 @@ data/ text_json/ # Ignore package-lock.json in the vercel-ai-chatbot example -examples/typescript/vercel-ai-chatbot/package-lock.json \ No newline at end of file +examples/typescript/vercel-ai-chatbot/package-lock.json + +# Unignore +!screenpipe-vision/lib/libscreenpipe.dylib + diff --git a/screenpipe-vision/lib/libscreenpipe.dylib b/screenpipe-vision/lib/libscreenpipe.dylib new file mode 100755 index 00000000..7c040ddb Binary files /dev/null and b/screenpipe-vision/lib/libscreenpipe.dylib differ