From 6dcf6e4c1a641e555dacb911cd14109ccf4fbb59 Mon Sep 17 00:00:00 2001 From: istos Date: Fri, 31 Jul 2026 15:06:11 +0200 Subject: [PATCH] site: keep fetched fonts and wrangler's cache out of git site/fetch-fonts.py downloads the seven woff2 files once per checkout, as site/README.md documents, so they are build inputs rather than sources. .wrangler/ is the cache a deploy leaves behind. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 798df6b..82ccf33 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,7 @@ __pycache__/ .claude/settings.local.json .DS_Store site/dist/ +# fetched per checkout by site/fetch-fonts.py, never committed +site/static/fonts/*.woff2 +# wrangler's local cache, written by a deploy from this checkout +.wrangler/