aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-05-19 18:55:15 -0500
committerChristian Cleberg <[email protected]>2026-05-19 18:55:15 -0500
commit0916478660d148cf8b2696452d5a0e448b1c0fdb (patch)
tree955e0a87568e06027b880c038f82bd9dcd594ff0
parentca7d8a9bffe7387ea6ba547c463ab7aa8e5ee609 (diff)
downloadcleberg.net-0916478660d148cf8b2696452d5a0e448b1c0fdb.tar.gz
cleberg.net-0916478660d148cf8b2696452d5a0e448b1c0fdb.tar.bz2
cleberg.net-0916478660d148cf8b2696452d5a0e448b1c0fdb.zip
fix: remove __pycache__
-rw-r--r--.gitignore1
-rw-r--r--__pycache__/build.cpython-314.pycbin27588 -> 0 bytes
2 files changed, 1 insertions, 0 deletions
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
--- a/__pycache__/build.cpython-314.pyc
+++ /dev/null
Binary files differ