From 9d670b129b90330bd98aa4e42f7e01cb6bbfc039 Mon Sep 17 00:00:00 2001 From: JosePizarro3 Date: Wed, 22 May 2024 14:35:12 +0200 Subject: [PATCH] Added comments script to the gitignore --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index e818705e..b9827733 100644 --- a/.gitignore +++ b/.gitignore @@ -161,3 +161,10 @@ cython_debug/ # VSCode settings .vscode/launch.json + +# comments scripts +comments.py +todos* +questions* +warnings* +important* \ No newline at end of file