dev: Small .gitignore fixes (#6796)

This commit is contained in:
Patrick Lehner (he/him)
2025-12-31 00:42:38 +09:00
committed by GitHub
parent c1ebf04291
commit 66bb545454

5
.gitignore vendored
View File

@@ -70,8 +70,11 @@ wheels/
.installed.cfg .installed.cfg
*.egg *.egg
# packaged output - temporarily written here by `uv build`
/mealie-*
# frontend copied into Python module for packaging purposes # frontend copied into Python module for packaging purposes
/mealie/frontend/ /mealie/frontend
# PyInstaller # PyInstaller
# Usually these files are written by a python script from a template # Usually these files are written by a python script from a template