diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index f9b5b17..0000000 Binary files a/.DS_Store and /dev/null differ diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6e7347a --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# macOS system files +.DS_Store +**/.DS_Store +# Ignore files in logs directory, keep the directory itself +/logs/* \ No newline at end of file diff --git a/funding_arbitrage_bot/.DS_Store b/funding_arbitrage_bot/.DS_Store deleted file mode 100644 index 6920392..0000000 Binary files a/funding_arbitrage_bot/.DS_Store and /dev/null differ diff --git a/funding_arbitrage_bot/data/.DS_Store b/funding_arbitrage_bot/data/.DS_Store deleted file mode 100644 index 5008ddf..0000000 Binary files a/funding_arbitrage_bot/data/.DS_Store and /dev/null differ diff --git a/logs/.DS_Store b/logs/.DS_Store deleted file mode 100644 index 47d9cfc..0000000 Binary files a/logs/.DS_Store and /dev/null differ