From: Eric Blake Date: Wed, 6 Sep 2023 15:26:08 +0000 (-0500) Subject: .gitignore: ignore __pycache__ X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=e392daa729330e921229e475d00282c1cf926f5d .gitignore: ignore __pycache__ Python likes to leave behind cache files; noticeable when doing an in-tree build. --- diff --git a/.gitignore b/.gitignore index f94d1480..eda6d9cf 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /bindings/python-cffi/_notmuch_config.py TAGS tags +__pycache__