diff --git a/.gitignore b/.gitignore index 782c686..b11bcab 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,7 @@ __pycache__/ # Created by .ignore support plugin (hsz.mobi) ### Python template # Byte-compiled / optimized / DLL files - +database.db # C extensions *.so *.env @@ -153,4 +153,3 @@ for_test.py .env* .backup/ /cloc-1.64.exe -*.db \ No newline at end of file diff --git a/database.db b/database.db deleted file mode 100644 index 5911bdc..0000000 Binary files a/database.db and /dev/null differ