diff --git a/.gitignore b/.gitignore index e43b0f9..03906ea 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,6 @@ +# macOS system files .DS_Store + +# Python bytecode files +__pycache__/ +*.pyc