From add0bfa2b302d035d8a06d8dd7606d8e5af403ec Mon Sep 17 00:00:00 2001 From: simon987 Date: Sun, 3 Feb 2019 09:03:34 -0500 Subject: [PATCH] update gitignore --- .gitignore | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 547dce1..bd07f71 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,11 @@ .idea/ /static/downloads/ -!/static/downloads/README.md \ No newline at end of file +!/static/downloads/README.md +__pycache__/ +captchas/ +_stats.json +config.py +db.sqlite3 +oddb.log +praw.ini +tmp/ \ No newline at end of file