diff --git a/.gitignore b/.gitignore index 5d2af0d..45c976b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,19 @@ - +# IDEs +.vscode/ .idea/ -__pycache__/ +# Intermediate Coverage file +.coverage + +# Output files +*.png + +# Python runtime +*.pyc +*.egg-info +.pytest_cache + +# Virtual environments +venv/ +.venv/ + diff --git a/README.md b/README.md index 2d187f4..c3a2758 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Oxford RSE Unit Conversion +# RDS Unit Conversion [![Unittest](https://github.com/OxfordRSE/oxrse_unit_conv/actions/workflows/unittest.yml/badge.svg)](https://github.com/OxfordRSE/oxrse_unit_conv/actions/workflows/unittest.yml) @@ -124,3 +124,6 @@ The updated files will be created in `./dist`. The initial setup for this python project was created following the [packaging tutorial](https://packaging.python.org/en/latest/tutorials/packaging-projects/). + + +Collaboration with sb2456 :0