From 1d5bcb0db803a08cbf7cd62ad69f0464b82a4492 Mon Sep 17 00:00:00 2001 From: Autumn Date: Thu, 27 Jun 2024 14:25:16 -0700 Subject: [PATCH] chore: ignore python** folders (used in cross version testing) --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9750484..698c0d1 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,4 @@ python/ build/* .pytype/* instruct/about.py - +python*/