From f49e3684c2bb4d91ca80162141b54dddef47e25e Mon Sep 17 00:00:00 2001 From: acho98 Date: Tue, 7 Jun 2022 15:49:23 +0900 Subject: [PATCH 1/2] hello --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index c0332d1..b4aaae1 100644 --- a/README +++ b/README @@ -36,4 +36,5 @@ I am listing the order in which you may want to read these examples. The order b - test_write_user_details_iostub.py - write_user_details_di.py - test_write_user_details_mock.py - \ No newline at end of file + +add hello From 663b1509ed8bc5273a73ae290307edf0c21398eb Mon Sep 17 00:00:00 2001 From: acho98 Date: Wed, 8 Jun 2022 10:39:04 +0900 Subject: [PATCH 2/2] update .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 2f78cf5..9acc21d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ *.pyc +# exclude env +env +