From 1fe73499521485c3edcd40716498af5690d2036e Mon Sep 17 00:00:00 2001 From: Justin Visser Date: Mon, 10 Aug 2026 11:31:06 +0200 Subject: [PATCH] chore: keep local design assets out of the repo --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 1c3d9b9..94b8263 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ # secrets .env +# local working material (design mocks, scratch), never shipped +.local/ + # python __pycache__/ *.pyc