Ignore *__pycache__*, logs/*

This commit is contained in:
Dusty.P 2018-04-14 02:16:45 -08:00
parent 4531cccb04
commit 160b46d890

3
.gitignore vendored
View File

@ -1,3 +1,4 @@
bot_secrets.json
google_client_secret.json
__*__
*__pycache__*
logs/*