properly ignore __pycache__

This commit is contained in:
Connor Olding 2023-05-07 07:53:10 -07:00
parent d0ee54fd4b
commit 1a493c30eb

2
.gitignore vendored
View File

@ -1,6 +1,6 @@
__pycache__/*
* *
!.gitignore !.gitignore
!README.md !README.md
!thursday !thursday
!thursday/** !thursday/**
__pycache__