diff --git a/.gitignore b/.gitignore index 66a59d0c..17db6bbf 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ __pycache__/ *$py.class .pytest_cache .ruff_cache +htmlcov # C extensions *.so diff --git a/book/docs/index.md b/book/docs/index.md index cd8ae354..2e92f811 100644 --- a/book/docs/index.md +++ b/book/docs/index.md @@ -21,7 +21,7 @@ package to read and write bson files. We are interested in parsing dictionaries of numpy arrays as fast as possible. Our current implementation is converting numpy arrays to pyarrow tensors and then to bson. -There might be faster ways to achieve this goal and we are open to suggestions +There might be faster ways to achieve this goal. We are open to suggestions and pull requests. We recommend using json files to transfer configurations and small amounts of data.