From 7f7a6c21e900c9578087ab7c322c734c37d0633b Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Mon, 2 Dec 2024 18:38:05 +0100 Subject: [PATCH] feat: ignore test builds --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 469e7c6..9a9f333 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ **/input.txt +**/test # Created by https://www.toptal.com/developers/gitignore/api/pycharm+all,python