From a00896b2ec5a1655a243aa8ff2adb5fe5c040935 Mon Sep 17 00:00:00 2001 From: Ganome Date: Mon, 19 Apr 2021 15:27:07 +0000 Subject: [PATCH] Testing the new .gitignore --- .gitignore | 1 + python/lp3thw/README.md | 1 + 2 files changed, 2 insertions(+) create mode 100644 .gitignore create mode 100644 python/lp3thw/README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a136337 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.pdf diff --git a/python/lp3thw/README.md b/python/lp3thw/README.md new file mode 100644 index 0000000..3cabbc4 --- /dev/null +++ b/python/lp3thw/README.md @@ -0,0 +1 @@ +This is "Learn Python 3 The Hard Way"