aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
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 /.gitignore
parenta92bb734f2a1780431fd2fbab65aa814200397f7 (diff)
downloadlectio-9af8c834c393050179f6ff48c0766e9871e18240.tar.gz
lectio-9af8c834c393050179f6ff48c0766e9871e18240.zip
chore: drop accidentally-committed __pycache__, ignore it
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 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__/