From efc10c6ae3ee15bd9120eb598c2575273269acf3 Mon Sep 17 00:00:00 2001 From: Heberto Mayorquin Date: Tue, 2 Jul 2024 16:56:22 -0600 Subject: [PATCH 1/2] clean gitignore --- .gitignore | 73 +++++++----------------------------------------------- 1 file changed, 9 insertions(+), 64 deletions(-) diff --git a/.gitignore b/.gitignore index 6c9fa6869f..7b85c7101c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,52 +1,8 @@ **/cache_folder/** -spikeinterface/core/tests/*.raw -spikeinterface/core/tests/*.json -spikeinterface/core/tests/*.pkl -spikeinterface/core/tests/*.npz - -spikeinterface/core/tests/*/*.json -spikeinterface/core/tests/*/*.raw -spikeinterface/core/tests/*/*.npy - -spikeinterface/core/tests/*/*/*.json -spikeinterface/core/tests/*/*/*.raw -spikeinterface/core/tests/*/*/*.npy - - -spikeinterface/extractors/tests/*/*/*.json -spikeinterface/extractors/tests/*/*/*.raw -spikeinterface/extractors/tests/*.npz -spikeinterface/extractors/tests/*.npy -spikeinterface/extractors/tests/extractor_testing_files/* - -spikeinterface/toolkit/*/tests/*/*.json -spikeinterface/toolkit/*/tests/*/*.raw -spikeinterface/toolkit/*/tests/*/*.npy -spikeinterface/toolkit/*/tests/*/*.npz -spikeinterface/toolkit/*/tests/*/*/*.json -spikeinterface/toolkit/*/tests/*/*/*.raw -spikeinterface/toolkit/*/tests/*/*/*.npy -spikeinterface/toolkit/*/tests/*/*/*.npz - -spikeinterface/toolkit/*/tests/*_output/* - -spikeinterface/exporters/tests/*/* - -spikeinterface/sorters/tests/*/* - - spikeinterface/widgets/tests/mearec_test/* -examples/modules_gallery/**/*.raw -examples/modules_gallery/**/*.npy -examples/modules_gallery/**/*.json -examples/modules_gallery/**/*.pkl -examples/modules_gallery/**/*.npz -examples/modules_gallery/**/*.csv -examples/modules_gallery/**/*.zarr - - +# Vscode .vscode/* # MauroToro: My absolute mess of envs @@ -107,21 +63,6 @@ coverage.xml .hypothesis/ .pytest_cache/ -# Translations -*.mo -*.pot - -# Django stuff: -*.log -local_settings.py -db.sqlite3 - -# Flask stuff: -instance/ -.webassets-cache - -# Scrapy stuff: -.scrapy # PyBuilder target/ @@ -135,11 +76,7 @@ target/ # pyenv .python-version -# celery beat schedule file -celerybeat-schedule -# SageMath parsed files -*.sage.py # Environments .env @@ -195,6 +132,14 @@ examples/modules/comparison/a_study_folder/* examples/modules/toolkit/phy/* examples/modules/toolkit/tmp_* +examples/modules_gallery/**/*.raw +examples/modules_gallery/**/*.npy +examples/modules_gallery/**/*.json +examples/modules_gallery/**/*.pkl +examples/modules_gallery/**/*.npz +examples/modules_gallery/**/*.csv +examples/modules_gallery/**/*.zarr + # Files and folders generated during tests test_folder/ From 21065a5cc22d55d25e2a1819b853c234b3396a66 Mon Sep 17 00:00:00 2001 From: Garcia Samuel Date: Wed, 3 Jul 2024 11:35:47 +0200 Subject: [PATCH 2/2] Update .gitignore --- .gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7b85c7101c..9c4dda937c 100644 --- a/.gitignore +++ b/.gitignore @@ -129,8 +129,6 @@ examples/modules/extractors/firings_true.mda examples/modules/extractors/circular_layout.csv examples/modules/comparison/tmp_* examples/modules/comparison/a_study_folder/* -examples/modules/toolkit/phy/* -examples/modules/toolkit/tmp_* examples/modules_gallery/**/*.raw examples/modules_gallery/**/*.npy