From 66bb5454549f2726d645ce0b084947b34fae345f Mon Sep 17 00:00:00 2001 From: "Patrick Lehner (he/him)" <1099818+lehnerpat@users.noreply.github.com> Date: Wed, 31 Dec 2025 00:42:38 +0900 Subject: [PATCH] dev: Small .gitignore fixes (#6796) --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 809f45abd..f47267aa0 100644 --- a/.gitignore +++ b/.gitignore @@ -70,8 +70,11 @@ wheels/ .installed.cfg *.egg +# packaged output - temporarily written here by `uv build` +/mealie-* + # frontend copied into Python module for packaging purposes -/mealie/frontend/ +/mealie/frontend # PyInstaller # Usually these files are written by a python script from a template