diff --git a/.gitignore b/.gitignore index 15201ac..8afbd3b 100644 --- a/.gitignore +++ b/.gitignore @@ -156,6 +156,9 @@ dmypy.json # pytype static type analyzer .pytype/ +.DS_Store +backend/.DS_Store +backend/app/.DS_Store # Cython debug symbols cython_debug/ diff --git a/backend/.DS_Store b/backend/.DS_Store deleted file mode 100644 index 338d7d9..0000000 Binary files a/backend/.DS_Store and /dev/null differ diff --git a/backend/app/.DS_Store b/backend/app/.DS_Store deleted file mode 100644 index 0ae1d8d..0000000 Binary files a/backend/app/.DS_Store and /dev/null differ