update .gitignore to include .hypothesis and __pycache__

This commit is contained in:
riscy 2023-03-11 11:53:41 -08:00
parent d02980e784
commit 433dd25885

2
.gitignore vendored
View file

@ -2,5 +2,7 @@ _requirements.el
pkg
*.elc
.hypothesis
.mypy_cache
.pytest_cache
__pycache__