From d64d915737b809ff772a325e2448538ee33754d9 Mon Sep 17 00:00:00 2001 From: "Guillaume Meyer (The Opinionated Man)" <1385518+guillaumemeyer@users.noreply.github.com> Date: Fri, 14 Aug 2026 11:03:23 -0700 Subject: [PATCH] chore: drop tracked .figlet font from the repo --- .figlet/cybermedium.flf | 429 ---------------------------------------- .gitignore | 1 + 2 files changed, 1 insertion(+), 429 deletions(-) delete mode 100644 .figlet/cybermedium.flf diff --git a/.figlet/cybermedium.flf b/.figlet/cybermedium.flf deleted file mode 100644 index 41a3f22..0000000 --- a/.figlet/cybermedium.flf +++ /dev/null @@ -1,429 +0,0 @@ -flf2a$ 4 3 8 -1 20 -Cyberfont - medium -Figlet conversion by Kent Nassen, kentn@cyberspace.org, 8-11-94 -From: stock@fwi.uva.nl (Lennert Stock) -Date: 15 Jul 1994 00:04:25 GMT - -Here are some fonts. Non-figlet I'm afraid, if you wanna convert them, be -my guest. I posted the isometric fonts before. - ------------------------------------------------------------------------------- - - .x%%%%%%x. .x%%%%%%x. - ,%%%%%%%%%%. .%%%%%%%%%%. - ,%%%' )' \) :( `( `%%%. - ,%x%)________) --------- L e n n e r t S t o c k ( _ __ (%x%. - (%%%~^88P~88P| |~=> .=-~ %%%) - (%%::. .:,\ .' `. /,:. .::%%) - `;%:`\. `-' | | `-' ./':%:' - ``x`. -===.' stock@fwi.uva.nl -------- `.===- .'x'' - / `:`.__.; :.__.':' \ - .d8b. ..`. .'.. .d8b. -$ $@ -$ $@ -$ $@ -$ $@@ - /@ - / @ -. @ - @@ -..@ -''@ - @ - @@ -@ -@ -@ -@@ -@ -@ -@ -@@ -@ -@ -@ -@@ -@ -@ -@ -@@ -. @ -' @ - @ - @@ -@ -@ -@ -@@ -@ -@ -@ -@@ -@ -@ -@ -@@ -@ -@ -@ -@@ - @ - @ -. @ -' @@ - @ -__ @ - @ - @@ - @ - @ -.@ - @@ - / @ - / @ -/ @ - @@ -@ -@ -@ -@@ -@ -@ -@ -@@ -@ -@ -@ -@@ -@ -@ -@ -@@ -@ -@ -@ -@@ -@ -@ -@ -@@ -@ -@ -@ -@@ -@ -@ -@ -@@ -@ -@ -@ -@@ -@ -@ -@ -@@ -$@ -.@ -.@ - @@ -$@ -.@ -,@ - @@ -@ -@ -@ -@@ -@ -@ -@ -@@ -@ -@ -@ -@@ -__.@ - _]@ - . @ - @@ -@ -@ -@ -@@ -____ @ -|__| @ -| | @ - @@ -___ @ -|__] @ -|__] @ - @@ -____ @ -| @ -|___ @ - @@ -___ @ -| \ @ -|__/ @ - @@ -____ @ -|___ @ -|___ @ - @@ -____ @ -|___ @ -| @ - @@ -____ @ -| __ @ -|__] @ - @@ -_ _ @ -|__| @ -| | @ - @@ -_ @ -| @ -| @ - @@ - _ @ - | @ -_| @ - @@ -_ _ @ -|_/ @ -| \_ @ - @@ -_ @ -| @ -|___ @ - @@ -_ _ @ -|\/| @ -| | @ - @@ -_ _ @ -|\ | @ -| \| @ - @@ -____ @ -| | @ -|__| @ - @@ -___ @ -|__] @ -| @ - @@ -____ @ -| | @ -|_\| @ - @@ -____ @ -|__/ @ -| \ @ - @@ -____ @ -[__ @ -___] @ - @@ -___ @ - | @ - | @ - @@ -_ _ @ -| | @ -|__| @ - @@ -_ _ @ -| | @ - \/ @ - @@ -_ _ _ @ -| | | @ -|_|_| @ - @@ -_ _ @ - \/ @ -_/\_ @ - @@ -_ _ @ - \_/ @ - | @ - @@ -___ @ - / @ - /__ @ - @@ -@ -@ -@ -@@ -\ @ - \ @ - \ @ - @@ -@ -@ -@ -@@ -@ -@ -@ -@@ - @ - @ -___ @ - @@ -. @ -` @ - @ - @@ -____ @ -|__| @ -| | @ - @@ -___ @ -|__] @ -|__] @ - @@ -____ @ -| @ -|___ @ - @@ -___ @ -| \ @ -|__/ @ - @@ -____ @ -|___ @ -|___ @ - @@ -____ @ -|___ @ -| @ - @@ -____ @ -| __ @ -|__] @ - @@ -_ _ @ -|__| @ -| | @ - @@ -_ @ -| @ -| @ - @@ - _ @ - | @ -_| @ - @@ -_ _ @ -|_/ @ -| \_ @ - @@ -_ @ -| @ -|___ @ - @@ -_ _ @ -|\/| @ -| | @ - @@ -_ _ @ -|\ | @ -| \| @ - @@ -____ @ -| | @ -|__| @ - @@ -___ @ -|__] @ -| @ - @@ -____ @ -| | @ -|_\| @ - @@ -____ @ -|__/ @ -| \ @ - @@ -____ @ -[__ @ -___] @ - @@ -___ @ - | @ - | @ - @@ -_ _ @ -| | @ -|__| @ - @@ -_ _ @ -| | @ - \/ @ - @@ -_ _ _ @ -| | | @ -|_|_| @ - @@ -_ _ @ - \/ @ -_/\_ @ - @@ -_ _ @ - \_/ @ - | @ - @@ -___ @ - / @ - /__ @ - @@ -@ -@ -@ -@@ -| @ -| @ -| @ -| @@ -@ -@ -@ -@@ -@ -@ -@ -@@ -@ -@ -@ -@@ -@ -@ -@ -@@ -@ -@ -@ -@@ -@ -@ -@ -@@ -@ -@ -@ -@@ -@ -@ -@ -@@ -@ -@ -@ -@@ diff --git a/.gitignore b/.gitignore index 23e003c..ca56adc 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ __pycache__/ *.pyc .pytest_cache/ .firecrawl/ +.figlet/ *.cleaned.* *.bak *.png.bak