From: Alexander Vasarab Date: Sun, 29 Nov 2020 20:51:37 +0000 (-0800) Subject: Add __pycache__/ to .gitignore X-Git-Tag: v3.0.0^2~1^2~5 X-Git-Url: https://wylark.com/src/infoex-autowx.git/commitdiff_plain/1677d8f5c469920fab7ecaa90d4cc418e0efecee Add __pycache__/ to .gitignore --- diff --git a/.gitignore b/.gitignore index bc543d3..4497b41 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ env *.CSV scratch/ configs/ +__pycache__/