From c16deb22a1f2c07e929442c40c1f726c9ee15f1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Bravo?= <123977407+MartinEBravo@users.noreply.github.com> Date: Tue, 25 Mar 2025 19:31:32 +0100 Subject: [PATCH] Remove Jupyter Notebook files from .gitignore --- .gitignore | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 7ad013c..7dd22b8 100644 --- a/.gitignore +++ b/.gitignore @@ -141,7 +141,4 @@ cython_debug/ .ruff_cache/ # PyPI configuration file -.pypirc - -# Jupyter Notebook -*.ipynb +.pypirc \ No newline at end of file