diff --git a/.gitignore b/.gitignore index dcf4340..3363d68 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,6 @@ *.csv *.gz *.pqt -*.parquet \ No newline at end of file +*.parquet +*/__pycache__/ +__pycache__/ \ No newline at end of file diff --git a/README.md b/README.md index 7432fbf..9f7d381 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ![GitHub release (latest by date)](https://img.shields.io/github/v/release/lcsrodriguez/fx)  ![python version | 3.10+](https://img.shields.io/badge/python%20version-3.10+-magenta)   [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) -**Workflows**: ![](https://img.shields.io/badge/Dependabot-enabled-blue) +![](https://img.shields.io/badge/Dependabot-enabled-blue) ## Overview diff --git a/requirements.txt b/requirements.txt index 984c64c..421e9dc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ requests==2.31.0 pyarrow==14.0.2 # For interactive debugging -notebook==7.0.6 +#notebook==7.0.6