From 5a8a3235d626031532c8968596b82852e238087d Mon Sep 17 00:00:00 2001 From: Joscha Date: Tue, 24 May 2016 22:49:35 +0200 Subject: [PATCH] Ignore pycache and saved bots/bot data --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 9fe6a22..dddc411 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ yaboli +__pycache__ +bots.json +data.json