diff --git a/.gitignore b/.gitignore index a0cd2b8..d240307 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ logo/ -settings.yaml -dev_settings.yaml -pypi.md \ No newline at end of file +settings/ +pypi.md +dist/ \ No newline at end of file diff --git a/dist/pocketsnack-3.1.0a0-py3-none-any.whl b/dist/pocketsnack-3.1.0a0-py3-none-any.whl deleted file mode 100644 index ed9c3e7..0000000 Binary files a/dist/pocketsnack-3.1.0a0-py3-none-any.whl and /dev/null differ diff --git a/dist/pocketsnack-3.1.0a0.tar.gz b/dist/pocketsnack-3.1.0a0.tar.gz deleted file mode 100644 index a4d8bd6..0000000 Binary files a/dist/pocketsnack-3.1.0a0.tar.gz and /dev/null differ diff --git a/settings/settings-example.yaml b/settings/settings-example.yaml deleted file mode 100644 index be4e388..0000000 --- a/settings/settings-example.yaml +++ /dev/null @@ -1,16 +0,0 @@ -pocket_consumer_key: YOUR_KEY_HERE -items_per_cycle: 10 -archive_tag: tbr -ignore_tags: - - ignore -ignore_faves: true -replace_all_tags: false -retain_tags: - - glam blog club - - aus glam blogs - - empocketer -longreads_wordcount: 3000 -num_videos: null -num_images: null -num_longreads: 2 -pocket_access_token: null \ No newline at end of file