diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1db5dd7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.mypy_cache/ +__pycache__ +.hypothesis/ diff --git a/README.md b/README.md index 90b35ec..b247827 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # goodreads-backup -Code to backup my data from Goodreads. - -Daily cronjob to download CSV of books I've read. - -Also grab book recommendations, possibly using Python Playwright. \ No newline at end of file +Code to backup my data from Goodreads. + +Daily cronjob to download CSV of books I've read. + +Also grab book recommendations, possibly using Python Playwright.