From dc9272075ebacce71c9c2b0e05ca4cce25ae0b9b Mon Sep 17 00:00:00 2001 From: JosePizarro3 Date: Wed, 22 May 2024 14:22:01 +0200 Subject: [PATCH] Added todos.py script to collect all the comments starting with # TODO in the modules --- .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