diff --git a/.gitignore b/.gitignore index e33227a..ffd8ad9 100644 --- a/.gitignore +++ b/.gitignore @@ -160,4 +160,5 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ -secrets/auth.yaml \ No newline at end of file +secrets/auth.yaml +db/database.db diff --git a/db/database.db b/db/database.db deleted file mode 100644 index 9b0b041..0000000 Binary files a/db/database.db and /dev/null differ