diff --git a/.gitignore b/.gitignore index aec6bc7..085fc5e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ known_hosts __pycache__/ *.py[cod] *.egg-info/ -.DS_Store \ No newline at end of file +.DS_Store +data/ diff --git a/data/jobs.db b/data/jobs.db deleted file mode 100644 index d36133b..0000000 Binary files a/data/jobs.db and /dev/null differ