]> git.cworth.org Git - notmuch/commitdiff
.gitignore: ignore __pycache__
authorEric Blake <eblake@redhat.com>
Wed, 6 Sep 2023 15:26:08 +0000 (10:26 -0500)
committerDavid Bremner <david@tethera.net>
Tue, 19 Sep 2023 09:50:40 +0000 (06:50 -0300)
Python likes to leave behind cache files; noticeable when doing an
in-tree build.

.gitignore

index f94d1480c1f91d5ff64e8a0f746f4f79de19b839..eda6d9cff7473613aca1e36d54fb4dd5e8872a2c 100644 (file)
@@ -21,3 +21,4 @@
 /bindings/python-cffi/_notmuch_config.py
 TAGS
 tags
+__pycache__