diff --git a/.gitignore b/.gitignore index db7f2d4..6001fd6 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,5 @@ build .env*.local .DS_Store data/ -__pycache__ -app/__pycache__ +__pycache__/ mlruns diff --git a/services/ml/app/__pycache__/__init__.cpython-313.pyc b/services/ml/app/__pycache__/__init__.cpython-313.pyc deleted file mode 100644 index 3a5e524..0000000 Binary files a/services/ml/app/__pycache__/__init__.cpython-313.pyc and /dev/null differ diff --git a/services/ml/app/__pycache__/annotation_ingestion.cpython-313.pyc b/services/ml/app/__pycache__/annotation_ingestion.cpython-313.pyc deleted file mode 100644 index 8af78d0..0000000 Binary files a/services/ml/app/__pycache__/annotation_ingestion.cpython-313.pyc and /dev/null differ diff --git a/services/ml/app/__pycache__/config.cpython-313.pyc b/services/ml/app/__pycache__/config.cpython-313.pyc deleted file mode 100644 index 3025021..0000000 Binary files a/services/ml/app/__pycache__/config.cpython-313.pyc and /dev/null differ diff --git a/services/ml/app/__pycache__/db.cpython-313.pyc b/services/ml/app/__pycache__/db.cpython-313.pyc deleted file mode 100644 index 723ba90..0000000 Binary files a/services/ml/app/__pycache__/db.cpython-313.pyc and /dev/null differ diff --git a/services/ml/app/__pycache__/main.cpython-313.pyc b/services/ml/app/__pycache__/main.cpython-313.pyc deleted file mode 100644 index b04affe..0000000 Binary files a/services/ml/app/__pycache__/main.cpython-313.pyc and /dev/null differ diff --git a/services/ml/app/__pycache__/preprocessing.cpython-313.pyc b/services/ml/app/__pycache__/preprocessing.cpython-313.pyc deleted file mode 100644 index 7c648f0..0000000 Binary files a/services/ml/app/__pycache__/preprocessing.cpython-313.pyc and /dev/null differ diff --git a/services/ml/features/__pycache__/candle_features.cpython-313.pyc b/services/ml/features/__pycache__/candle_features.cpython-313.pyc deleted file mode 100644 index 4c5c49d..0000000 Binary files a/services/ml/features/__pycache__/candle_features.cpython-313.pyc and /dev/null differ diff --git a/services/ml/features/__pycache__/custom_loader.cpython-313.pyc b/services/ml/features/__pycache__/custom_loader.cpython-313.pyc deleted file mode 100644 index 94b2487..0000000 Binary files a/services/ml/features/__pycache__/custom_loader.cpython-313.pyc and /dev/null differ diff --git a/services/ml/features/__pycache__/engineer.cpython-313.pyc b/services/ml/features/__pycache__/engineer.cpython-313.pyc deleted file mode 100644 index e988329..0000000 Binary files a/services/ml/features/__pycache__/engineer.cpython-313.pyc and /dev/null differ diff --git a/services/ml/features/__pycache__/talib_features.cpython-313.pyc b/services/ml/features/__pycache__/talib_features.cpython-313.pyc deleted file mode 100644 index dc0448b..0000000 Binary files a/services/ml/features/__pycache__/talib_features.cpython-313.pyc and /dev/null differ