From 9320621957d78873cb9d95312cd7ee08c76c297a 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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index dd3f658c..1310caf9 100644 --- a/.gitignore +++ b/.gitignore @@ -162,3 +162,6 @@ cython_debug/ # VSCode settings .vscode/launch.json + +# todos scripts +todos* \ No newline at end of file