diff --git a/.gitignore b/.gitignore index 1310a71..9fa3429 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,9 @@ *.ps *.eps +# Python cache +__pycache__/ +*.pyc + + + diff --git a/__pycache__/analysis.cpython-314.pyc b/__pycache__/analysis.cpython-314.pyc deleted file mode 100644 index efdbd87..0000000 Binary files a/__pycache__/analysis.cpython-314.pyc and /dev/null differ