From 0c6661b6947e441346c04e6575ba7869c361b282 Mon Sep 17 00:00:00 2001 From: skabbina Date: Sun, 26 May 2024 11:08:59 +0530 Subject: [PATCH] Initial commit --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c7c58e4..91d76a7 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,5 @@ dist **/__pycache__/** .log tests/cases +.markdownlint.json +.github/**