diff --git a/.gitignore b/.gitignore index 95656d6..146c3c9 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,10 @@ dist/ # Coverage reports coverage/ + +# Python cache +__pycache__/ +*.pyc +*.pyo +*.pyd +.Python diff --git a/backtester/__pycache__/__init__.cpython-37.pyc b/backtester/__pycache__/__init__.cpython-37.pyc deleted file mode 100644 index aa76385..0000000 Binary files a/backtester/__pycache__/__init__.cpython-37.pyc and /dev/null differ diff --git a/backtester/__pycache__/cli.cpython-37.pyc b/backtester/__pycache__/cli.cpython-37.pyc deleted file mode 100644 index 3119df4..0000000 Binary files a/backtester/__pycache__/cli.cpython-37.pyc and /dev/null differ diff --git a/backtester/__pycache__/data_loader.cpython-37.pyc b/backtester/__pycache__/data_loader.cpython-37.pyc deleted file mode 100644 index 1230bf7..0000000 Binary files a/backtester/__pycache__/data_loader.cpython-37.pyc and /dev/null differ diff --git a/backtester/__pycache__/math_utils.cpython-37.pyc b/backtester/__pycache__/math_utils.cpython-37.pyc deleted file mode 100644 index 1ec7364..0000000 Binary files a/backtester/__pycache__/math_utils.cpython-37.pyc and /dev/null differ diff --git a/backtester/__pycache__/simulator.cpython-37.pyc b/backtester/__pycache__/simulator.cpython-37.pyc deleted file mode 100644 index 932787c..0000000 Binary files a/backtester/__pycache__/simulator.cpython-37.pyc and /dev/null differ diff --git a/backtester/__pycache__/v11_moneyline_all_filters.cpython-312.pyc b/backtester/__pycache__/v11_moneyline_all_filters.cpython-312.pyc deleted file mode 100644 index 86afecd..0000000 Binary files a/backtester/__pycache__/v11_moneyline_all_filters.cpython-312.pyc and /dev/null differ diff --git a/cluster/__pycache__/distributed_coordinator.cpython-37.pyc b/cluster/__pycache__/distributed_coordinator.cpython-37.pyc deleted file mode 100644 index d641189..0000000 Binary files a/cluster/__pycache__/distributed_coordinator.cpython-37.pyc and /dev/null differ diff --git a/cluster/__pycache__/v11_test_coordinator.cpython-312.pyc b/cluster/__pycache__/v11_test_coordinator.cpython-312.pyc deleted file mode 100644 index f0720cc..0000000 Binary files a/cluster/__pycache__/v11_test_coordinator.cpython-312.pyc and /dev/null differ diff --git a/cluster/__pycache__/v11_test_worker.cpython-312.pyc b/cluster/__pycache__/v11_test_worker.cpython-312.pyc deleted file mode 100644 index e6a4f33..0000000 Binary files a/cluster/__pycache__/v11_test_worker.cpython-312.pyc and /dev/null differ diff --git a/cluster/__pycache__/v9_advanced_coordinator.cpython-37.pyc b/cluster/__pycache__/v9_advanced_coordinator.cpython-37.pyc deleted file mode 100644 index 2fb8065..0000000 Binary files a/cluster/__pycache__/v9_advanced_coordinator.cpython-37.pyc and /dev/null differ