From 521df22e614613461702d5d01057db651b8f12a7 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Tue, 12 Dec 2023 13:28:04 +0100 Subject: [PATCH] feat: gitignore? --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 39fd14a..469e7c6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -input.txt +**/input.txt # Created by https://www.toptal.com/developers/gitignore/api/pycharm+all,python