diff --git a/.gitignore b/.gitignore index ba398d8..618f057 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ __pycache__ .venv node_modules -package-lock.json \ No newline at end of file +package-lock.json +db.sqlite3 \ No newline at end of file