From 03b78ee7b844e004cb13bfa3c3776065f0ae4a96 Mon Sep 17 00:00:00 2001 From: Steven Johnson Date: Mon, 2 May 2022 11:03:01 -0700 Subject: [PATCH] Add __pycache__ to toplevel .gitignore file --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1514875b3355..747ad4353159 100644 --- a/.gitignore +++ b/.gitignore @@ -53,6 +53,7 @@ src/test_*.s tools/objc/BUILD tools/objc/*.mobileprovision *.xcworkspacedata +__pycache__ *.txt.user*