From bfd74a28f122a73d0482552b5505a086a953f9a7 Mon Sep 17 00:00:00 2001 From: Mark McIntyre Date: Mon, 5 Sep 2022 15:22:15 -0400 Subject: [PATCH] first commit --- .gitignore | 6 ++++++ README.md | 5 +++++ 2 files changed, 11 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..49805e5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +**/*.pyc +**/*.pyo +**__pycache__** +**/__pycache__/** +**/*.lab.py + diff --git a/README.md b/README.md new file mode 100644 index 0000000..06fd1ed --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# WeatherAPI Library + +This is my work with the weatherapi tools. Personal notes on this with integration the IRC mockbot are in my Notes/tech/weatherapi location. Files ending with `.lab.py` should not be added to the repo in its current state as the API key is in the file. + +