From 16e0308cfaa7d22c72da63fac6b354973eb72869 Mon Sep 17 00:00:00 2001 From: FaultyBranches Date: Tue, 2 Dec 2025 11:37:34 -0600 Subject: [PATCH] fix: remove the input files as per the FAQ asking to not duplicate input datasets for puzzles --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e15106e..da0fe2e 100644 --- a/.gitignore +++ b/.gitignore @@ -214,3 +214,5 @@ __marimo__/ # Streamlit .streamlit/secrets.toml + +input.txt