aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-07-28 10:20:50 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-07-28 10:20:50 +0200
commit9af8c834c393050179f6ff48c0766e9871e18240 (patch)
treed4e4f47a4853ea8f126048bdbeb4db069cd32e84
parenta92bb734f2a1780431fd2fbab65aa814200397f7 (diff)
downloadlectio-9af8c834c393050179f6ff48c0766e9871e18240.tar.gz
lectio-9af8c834c393050179f6ff48c0766e9871e18240.zip
chore: drop accidentally-committed __pycache__, ignore it
-rw-r--r--.gitignore1
-rw-r--r--scripts/__pycache__/genlect-of-sundays-cr.cpython-313.pycbin15762 -> 0 bytes
2 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 93426dc..d2250df 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ dist/
*.test
*.out
coverage.*
+__pycache__/
diff --git a/scripts/__pycache__/genlect-of-sundays-cr.cpython-313.pyc b/scripts/__pycache__/genlect-of-sundays-cr.cpython-313.pyc
deleted file mode 100644
index 80579d6..0000000
--- a/scripts/__pycache__/genlect-of-sundays-cr.cpython-313.pyc
+++ /dev/null
Binary files differ