From 839fb31bebd2565396db9e146130b98b0a4b2568 Mon Sep 17 00:00:00 2001 From: Robert Doane-Solomon Date: Wed, 11 Oct 2023 11:26:49 +0100 Subject: [PATCH 1/3] Ignorijng virtual env. folder --- .gitignore | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) 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/ + From 24e693b589f487249ae4fbc3159a7cfee65074b7 Mon Sep 17 00:00:00 2001 From: Robert Doane-Solomon Date: Wed, 11 Oct 2023 11:30:17 +0100 Subject: [PATCH 2/3] personalised README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d187f4..e9fa4a6 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) From 59f933cf43ce2a1951271c3a4853b092b28c3fae Mon Sep 17 00:00:00 2001 From: Sarah Bull Date: Wed, 11 Oct 2023 14:34:32 +0100 Subject: [PATCH 3/3] Issue 2 fixed, added collaborator info to README file --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e9fa4a6..c3a2758 100644 --- a/README.md +++ b/README.md @@ -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