From 809c9cc80938b37a0c050755f83b812b2912655c Mon Sep 17 00:00:00 2001 From: Adam Siemieniuk Date: Mon, 27 Oct 2025 14:00:47 +0100 Subject: [PATCH] Update .gitignore Ignore `uv` lock file. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 6ada2b0..292ed6c 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,6 @@ __pycache__/ dist/ python/lighthouse*.egg-info/ *.whl + +# Miscellaneous +uv.lock