cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

0916478660d148cf8b2696452d5a0e448b1c0fdb

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2026-05-19T23:55:15Z

fix: remove __pycache__
 .gitignore                        |   1 +
 __pycache__/build.cpython-314.pyc | Bin 27588 -> 0 bytes
 2 files changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 738ffce..3272079 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ public/
 readme.html
 venv/
 theme/static/styles.min.css
+__pycache__/
diff --git a/__pycache__/build.cpython-314.pyc b/__pycache__/build.cpython-314.pyc
deleted file mode 100644
index 97ccde6..0000000
Binary files a/__pycache__/build.cpython-314.pyc and /dev/null differ