diff --git a/backend/.gitignore b/backend/.gitignore index edbe73cb..eefa3cf2 100644 --- a/backend/.gitignore +++ b/backend/.gitignore @@ -1,6 +1,6 @@ .venv .idea staticfiles -db.sqlite3 +db.sqlite3* __pycache__ *.mo \ No newline at end of file diff --git a/backend/db.sqlite3-shm b/backend/db.sqlite3-shm deleted file mode 100644 index 9eabf136..00000000 Binary files a/backend/db.sqlite3-shm and /dev/null differ diff --git a/backend/db.sqlite3-wal b/backend/db.sqlite3-wal deleted file mode 100644 index 6aa0427f..00000000 Binary files a/backend/db.sqlite3-wal and /dev/null differ