From 58306979776e64cfde872382a8c5614bf86f8923 Mon Sep 17 00:00:00 2001 From: Sachin Prabhu Date: Thu, 22 Feb 2024 11:44:22 +0000 Subject: [PATCH] gitignore: Add new entries to .gitignore Signed-off-by: Sachin Prabhu --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index ca6ec3e..a548e75 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,9 @@ /.tox __pycache__ +.pytest_cache +# Testinfo file to set out server & shares to test. +/test-info.yml +# modified tox file for customised testing +/mytox.ini +# artifacts created by vscode +/tags