diff --git a/.gitignore b/.gitignore index df8531bc7..cb5365069 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ frontend/build # local env files .env .env*.local +.DS_STORE # python backend/__pycache__/ @@ -32,4 +33,5 @@ tmp/ temp/ !operate/data -dist/ \ No newline at end of file +dist/ +electron/.next \ No newline at end of file