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.
This commit is contained in:
istos
2026-07-31 15:06:11 +02:00
parent 800cbc6429
commit 6dcf6e4c1a
+4
View File
@@ -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/