diff --git a/.gitignore b/.gitignore index 2969886..68fb58f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ .venv -*.pyc \ No newline at end of file +.idea +__pycache__ +*.pyc +.DS_Store \ No newline at end of file