From 8141839b8472454633e193638dc8deddaf468e20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dieter=20Werthm=C3=BCller?= Date: Tue, 26 Nov 2024 17:31:38 +0100 Subject: [PATCH] Minimize gitignore --- .gitignore | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitignore b/.gitignore index 6533f7a..38b079b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,5 @@ # Directories and file types __pycache__/ -*.nc -*.pdf -*.zip -*.log -*.nc # Sphinx docs/_build/ @@ -13,7 +8,6 @@ docs/savefig/ docs/gallery/* download/ docs/sg_execution_times.rst -examples/output/ # Pytest and coverage related htmlcov