diff --git a/.gitignore b/.gitignore index c964fd9..d4a0436 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,6 @@ env.json env.yml env.yaml /CODE-FULL.md +*.db +*.db-shm +*.db-wal diff --git a/auto_detect.db-shm b/auto_detect.db-shm deleted file mode 100644 index a2fca51..0000000 Binary files a/auto_detect.db-shm and /dev/null differ diff --git a/auto_detect.db-wal b/auto_detect.db-wal deleted file mode 100644 index 3108727..0000000 Binary files a/auto_detect.db-wal and /dev/null differ diff --git a/id_test.db-shm b/id_test.db-shm deleted file mode 100644 index 6064c97..0000000 Binary files a/id_test.db-shm and /dev/null differ diff --git a/id_test.db-wal b/id_test.db-wal deleted file mode 100644 index 336c636..0000000 Binary files a/id_test.db-wal and /dev/null differ diff --git a/test_fts.db-shm b/test_fts.db-shm deleted file mode 100644 index 4e7cf75..0000000 Binary files a/test_fts.db-shm and /dev/null differ diff --git a/test_fts.db-wal b/test_fts.db-wal deleted file mode 100644 index 25dbbe7..0000000 Binary files a/test_fts.db-wal and /dev/null differ diff --git a/test_schema.db-shm b/test_schema.db-shm deleted file mode 100644 index 96157bd..0000000 Binary files a/test_schema.db-shm and /dev/null differ diff --git a/test_schema.db-wal b/test_schema.db-wal deleted file mode 100644 index b224a01..0000000 Binary files a/test_schema.db-wal and /dev/null differ