diff --git a/django/.gitignore b/django/.gitignore index ee79715..6fa9f68 100644 --- a/django/.gitignore +++ b/django/.gitignore @@ -1,2 +1,3 @@ .env -*.pyc \ No newline at end of file +*.pyc +db.sqlite3 \ No newline at end of file