diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..88939ed --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +scoring/__pycache__/ +scrapers/__pycache__/ +__pycache__/ +data/ diff --git a/__pycache__/orchestrator.cpython-313.pyc b/__pycache__/orchestrator.cpython-313.pyc deleted file mode 100644 index b0bb017..0000000 Binary files a/__pycache__/orchestrator.cpython-313.pyc and /dev/null differ diff --git a/scoring/__pycache__/__init__.cpython-313.pyc b/scoring/__pycache__/__init__.cpython-313.pyc deleted file mode 100644 index 0a311cb..0000000 Binary files a/scoring/__pycache__/__init__.cpython-313.pyc and /dev/null differ diff --git a/scoring/__pycache__/engine.cpython-313.pyc b/scoring/__pycache__/engine.cpython-313.pyc deleted file mode 100644 index e1016c5..0000000 Binary files a/scoring/__pycache__/engine.cpython-313.pyc and /dev/null differ diff --git a/scrapers/__pycache__/__init__.cpython-313.pyc b/scrapers/__pycache__/__init__.cpython-313.pyc deleted file mode 100644 index c75e369..0000000 Binary files a/scrapers/__pycache__/__init__.cpython-313.pyc and /dev/null differ diff --git a/scrapers/__pycache__/fear_greed.cpython-313.pyc b/scrapers/__pycache__/fear_greed.cpython-313.pyc deleted file mode 100644 index 2561ab5..0000000 Binary files a/scrapers/__pycache__/fear_greed.cpython-313.pyc and /dev/null differ diff --git a/scrapers/__pycache__/lookintobitcoin.cpython-313.pyc b/scrapers/__pycache__/lookintobitcoin.cpython-313.pyc deleted file mode 100644 index d229c6c..0000000 Binary files a/scrapers/__pycache__/lookintobitcoin.cpython-313.pyc and /dev/null differ diff --git a/scrapers/__pycache__/price.cpython-313.pyc b/scrapers/__pycache__/price.cpython-313.pyc deleted file mode 100644 index 40e1d69..0000000 Binary files a/scrapers/__pycache__/price.cpython-313.pyc and /dev/null differ