diff --git a/.gitignore b/.gitignore index 387dd78..4485a56 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,7 @@ *.swp .env .DS_Store + +# Python cache +__pycache__/ +*.pyc diff --git a/gui/__pycache__/app.cpython-312.pyc b/gui/__pycache__/app.cpython-312.pyc deleted file mode 100644 index f0e1db3..0000000 Binary files a/gui/__pycache__/app.cpython-312.pyc and /dev/null differ