From 90698938e52c347dd3cf5643dd8c04c9a1e84f41 Mon Sep 17 00:00:00 2001 From: "Sherif A. Nada" Date: Wed, 8 Feb 2023 15:44:28 -0800 Subject: [PATCH] CDK: gitignore files generated during unit test runs (#22616) --- airbyte-cdk/python/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/airbyte-cdk/python/.gitignore b/airbyte-cdk/python/.gitignore index 27824851c912..a65b291546c6 100644 --- a/airbyte-cdk/python/.gitignore +++ b/airbyte-cdk/python/.gitignore @@ -2,3 +2,5 @@ # TODO: these are tmp files generated by unit tests. They should go to the /tmp directory. cache_http_stream*.yml +