From 75104d9c193275855a0119d4e9d34e81bab53f2e Mon Sep 17 00:00:00 2001 From: 0livd Date: Sun, 20 Aug 2017 12:21:59 +0200 Subject: Add python 3.6 support (#259) Closes #253 --- .gitignore | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index cb78e40..4af5baf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,4 @@ -budget/budget.db -budget.db -budget/memory -budget/settings.py +ihatemoney.cfg *.pyc *.egg-info dist @@ -9,3 +6,4 @@ dist docs/_build/ .tox dist +.cache/ -- cgit v1.1