diff --git a/.gitignore b/.gitignore index 4b7be4b9..d1788aba 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ # python *.pyc + +# database +*.sqlite3 \ No newline at end of file diff --git a/db.sqlite3 b/db.sqlite3 deleted file mode 100644 index 4e639965..00000000 Binary files a/db.sqlite3 and /dev/null differ