diff options
author | vg <vgm+dev@devys.org> | 2020-05-19 19:00:54 +0200 |
---|---|---|
committer | vg <vgm+dev@devys.org> | 2020-05-19 19:00:54 +0200 |
commit | c05ab89da60feb3ceb3983cdb07ab9d8a80aaeb5 (patch) | |
tree | 66541d53dc053ba1559c4f32ad7f641e3ab0c2dd /.gitignore | |
parent | f99a0455f10d81bddcfc3fdbe69ad20b48e7905b (diff) | |
download | kana_quest_solver-c05ab89da60feb3ceb3983cdb07ab9d8a80aaeb5.tar.gz kana_quest_solver-c05ab89da60feb3ceb3983cdb07ab9d8a80aaeb5.tar.bz2 kana_quest_solver-c05ab89da60feb3ceb3983cdb07ab9d8a80aaeb5.zip |
add cache system to avoid recalculating existing solutions
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ __pycache__ *.pyc *.swp +*.cache |