From d5f113de4805da21b63316c2d5b486f806f1539c Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 23 Nov 2025 14:12:18 -0800 Subject: [PATCH] .gitignore uv.lock and dist --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index a276b5f..6743708 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .venv +dist build *.db __pycache__/ @@ -16,6 +17,7 @@ venv .hypothesis Pipfile Pipfile.lock +uv.lock tests/*.dylib tests/*.so tests/*.dll