From aa44cbb4badc20d967f7d8036e1af2bda1c9da94 Mon Sep 17 00:00:00 2001 From: poka Date: Fri, 20 Mar 2020 02:49:28 +0100 Subject: [PATCH] add data folder --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6950d5a..e875bb4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ data/files/* !data/files +__pycache__/ ygg-crawler/node_modules/ login.py