From 4ee77c0bb10927b25fdbe8d2b2d2f861c4d9d8c0 Mon Sep 17 00:00:00 2001
From: Farid Mohammadi <farid.mohammadi@iws.uni-stuttgart.de>
Date: Thu, 24 Mar 2022 15:13:12 +0100
Subject: [PATCH] change tests to examples

---
 .gitignore | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 4b520adaa..191faa64d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,12 +15,12 @@
 src/*/__pycache__/*
 src/bayesvalidrox/*/__pycache__/*
 src/bayesvalidrox/*/*/__pycache__/*
-tests/*/__pycache__/
+examples/*/__pycache__/
 
 # Ignore ipynb_checkpoints
-tests/*/.ipynb_checkpoints
+examples/*/.ipynb_checkpoints
 */.ipynb_checkpoints
 
 # Ignore Outputs_*
-tests/*/Outputs_*
+examples/*/Outputs_*
 */Outputs_*
-- 
GitLab