diff --git a/.gitignore b/.gitignore index 303cc54..959af29 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,6 @@ wheels/ # Environment variables .env + +# Database +prices.db diff --git a/prices.db b/prices.db deleted file mode 100644 index f16ee97..0000000 Binary files a/prices.db and /dev/null differ