From 6d59a868a6cfa849a9db4082b2258e71d7e4f482 Mon Sep 17 00:00:00 2001 From: Galen Guyer Date: Sat, 31 Oct 2020 12:25:02 -0400 Subject: Add sqlite3 table creation --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 68504eb..acab611 100644 --- a/.gitignore +++ b/.gitignore @@ -130,3 +130,6 @@ dmypy.json # Don't commit secrets! config.py + +# don't commit data +data/ -- cgit v1.2.3