From 20705a56906af6d6e377b653f5810036abb10a01 Mon Sep 17 00:00:00 2001 From: yasha Date: Fri, 18 Apr 2025 17:35:35 +0000 Subject: [PATCH] Add test files to Git tracking --- gru_sac_predictor/.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gru_sac_predictor/.gitignore b/gru_sac_predictor/.gitignore index 6fc1dff5..6e25decf 100644 --- a/gru_sac_predictor/.gitignore +++ b/gru_sac_predictor/.gitignore @@ -30,6 +30,11 @@ !src/trading_env.py !src/trading_pipeline.py +# Tests +!tests/ +!tests/*.py +!tests/**/*.py + # Configuration files !config.yaml !config_baseline.yaml