From: Carl Worth Date: Tue, 29 Sep 2020 17:06:04 +0000 (-0700) Subject: Ignore the __pycache__ directory X-Git-Url: https://git.cworth.org/git?p=turbot;a=commitdiff_plain;h=271ef7457798c6274cce13a727ab4463389dfe06 Ignore the __pycache__ directory Something keeps auto-creating this, so I know it's not source we would ever want to commit to git. --- diff --git a/.gitignore b/.gitignore index 53633f5..7f4f9db 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ turbot.wsgi .turbot.env +__pycache__