diff --git a/.gitignore b/.gitignore index 61b11f1..d4f68ed 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ .tox dist/ wideq_state.json -__pycache__ \ No newline at end of file +__pycache__ +# Ignore Mac system files +.DS_Store