From f2fde675ca09478b77856206d628324d76f0f664 Mon Sep 17 00:00:00 2001 From: Philippe Moussalli Date: Wed, 23 Aug 2023 10:14:31 +0200 Subject: [PATCH] modify gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index aa154fa8f..f3f221668 100644 --- a/.gitignore +++ b/.gitignore @@ -74,6 +74,7 @@ wheels/ *.egg-info/ .installed.cfg *.egg +.tox MANIFEST # DS_Store (MacOS) @@ -85,8 +86,12 @@ MANIFEST # kubeflow artifacts *.tgz +# Coverage files +*.coverage + # docker artifacts examples/pipelines/**/docker-compose.yml +examples/pipelines/**/pipeline.yaml # yaml-e files *.yaml-e \ No newline at end of file