From 2408dc6392af25bfa1b86720a715b4f96edf7f31 Mon Sep 17 00:00:00 2001 From: Omar El Rifai <omar.void@gmail.com> Date: Thu, 12 Sep 2024 11:12:28 +0200 Subject: [PATCH] Add notebook to repo --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 557207b..0b25033 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,6 @@ results/* .vscode/* src/__pycache__/* info.log -*.ipynb launch.json backup_results/* *.sh @@ -11,3 +10,7 @@ tests/__pycache__/* datasets/* pub/* data/* +*.tgz +*.pyc + +src/__pycache__/* \ No newline at end of file -- GitLab