From 271ef7457798c6274cce13a727ab4463389dfe06 Mon Sep 17 00:00:00 2001 From: Carl Worth <cworth@cworth.org> Date: Tue, 29 Sep 2020 10:06:04 -0700 Subject: [PATCH] Ignore the __pycache__ directory Something keeps auto-creating this, so I know it's not source we would ever want to commit to git. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 53633f5..7f4f9db 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ turbot.wsgi .turbot.env +__pycache__ -- 2.45.2