From c05ab89da60feb3ceb3983cdb07ab9d8a80aaeb5 Mon Sep 17 00:00:00 2001 From: vg Date: Tue, 19 May 2020 19:00:54 +0200 Subject: add cache system to avoid recalculating existing solutions --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 15c993e..d87335f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ __pycache__ *.pyc *.swp +*.cache -- cgit v1.2.3