]> git.cworth.org Git - turbot/commitdiff
Ignore the __pycache__ directory
authorCarl Worth <cworth@cworth.org>
Tue, 29 Sep 2020 17:06:04 +0000 (10:06 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 29 Sep 2020 19:44:21 +0000 (12:44 -0700)
Something keeps auto-creating this, so I know it's not source we would
ever want to commit to git.

.gitignore

index 53633f5a6dd332b539cb77a0dd5974055fb0b39d..7f4f9db3c7088a468bd962a4e683fd905fce5029 100644 (file)
@@ -1,2 +1,3 @@
 turbot.wsgi
 .turbot.env
+__pycache__