summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-09-11 21:29:28 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-09-11 21:29:28 +0200
commitb5a67f86ecca72b47fc3d0a8231f902752b13c3d (patch)
tree481e565aed6d0c87f3c8e65b5e4a4fb8b0d8dedf /.gitignore
parent94163970ae2e4fec2e86de9640a546fbeee23324 (diff)
Complete re-write of the database script. Changed Pandas for the much faster and convienient plain JSON/dict data-type
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index bcb32754..8ccab476 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,5 +2,6 @@ build
stash
.*
*.pyc
-*.db
+database.json
+database_best.json
cl.hpp \ No newline at end of file