From 8327d97dad0c7a9d7a987ee1dab701ce3a9903f3 Mon Sep 17 00:00:00 2001 From: Luchesar ILIEV Date: Tue, 23 Apr 2024 20:58:02 +0300 Subject: [PATCH] ignore: add test files --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitignore b/.gitignore index b5a82d7a..c131ad75 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,14 @@ +# Test files +pearson4.png +pearson4_synthetic.csv +pearson4_synthetic.png +pearson4_synthetic_noise.csv +pearson4_synthetic_noise.png +pearson4_synthetic_noise_shift.csv +pearson4_synthetic_noise_shift.png +pearson4_synthetic_single.csv +pearson4_synthetic_single.png + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod]