diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index a67d5cb..0000000 Binary files a/.DS_Store and /dev/null differ diff --git a/.gitignore b/.gitignore index 95c3389..dc15baa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ */__pycache__/ */migrations/ venv/ -db.sqlite3 \ No newline at end of file +db.sqlite3 +./.DS*/* \ No newline at end of file