Ignore all __pycache__ directories (#114)

* Ignore all __pycache__ directories

* Newsfragment

* Revert Newsfragment
This commit is contained in:
Stuart Reed
2023-11-27 15:51:31 -07:00
committed by GitHub
parent 4d17820fca
commit 67c0fb4f7b

3
.gitignore vendored
View File

@ -60,6 +60,9 @@ chains
.cache
.pytest_cache
# pycache
__pycache__/
# Test output logs
logs