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