diff --git a/.gitignore b/.gitignore index ef9df96..6084c4c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.DS_Store # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] @@ -126,5 +127,4 @@ venv.bak/ dmypy.json # Pyre type checker -.pyre/ -.DS_Store \ No newline at end of file +.pyre/ \ No newline at end of file