diff --git a/.gitignore b/.gitignore index 2e3cb3b..5a28dbb 100644 --- a/.gitignore +++ b/.gitignore @@ -128,5 +128,11 @@ dmypy.json # Pyre type checker .pyre/ +# VSCode +.vscode/ + # PyCharm Files -.idea/ \ No newline at end of file +.idea/ + +# Mac lmao +.DS_Store