diff --git a/.gitignore b/.gitignore index e69de29..2498bd4 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,12 @@ +# Python +.venv/ +__pycache__/ +*.pyc + +# PyCharm +.idea/ +*.iml + +# OS +.DS_Store +Thumbs.db