.gitignore: ignore __pycache__

Python likes to leave behind cache files; noticeable when doing an
in-tree build.
This commit is contained in:
Eric Blake 2023-09-06 10:26:08 -05:00 committed by David Bremner
parent d4e0aaa76b
commit e392daa729

1
.gitignore vendored
View file

@ -21,3 +21,4 @@
/bindings/python-cffi/_notmuch_config.py
TAGS
tags
__pycache__