diff --git a/.gitignore b/.gitignore index 9252c14..13d4207 100644 --- a/.gitignore +++ b/.gitignore @@ -69,6 +69,7 @@ flycheck_*.el ### Python ### # Byte-compiled / optimized / DLL files __pycache__/ +**/__pycache__/ *.py[cod] *$py.class diff --git a/src/__pycache__/__init__.cpython-312.pyc b/src/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 02c08e9..0000000 Binary files a/src/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/src/__pycache__/ssri.cpython-312.pyc b/src/__pycache__/ssri.cpython-312.pyc deleted file mode 100644 index 6f0d38a..0000000 Binary files a/src/__pycache__/ssri.cpython-312.pyc and /dev/null differ diff --git a/tests/__pycache__/__init__.cpython-311.pyc b/tests/__pycache__/__init__.cpython-311.pyc deleted file mode 100644 index 1081100..0000000 Binary files a/tests/__pycache__/__init__.cpython-311.pyc and /dev/null differ diff --git a/tests/__pycache__/__init__.cpython-312.pyc b/tests/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index e01b20b..0000000 Binary files a/tests/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/tests/__pycache__/conftest.cpython-311-pytest-7.2.1.pyc b/tests/__pycache__/conftest.cpython-311-pytest-7.2.1.pyc deleted file mode 100644 index 5fbe511..0000000 Binary files a/tests/__pycache__/conftest.cpython-311-pytest-7.2.1.pyc and /dev/null differ diff --git a/tests/__pycache__/conftest.cpython-312-pytest-8.3.4.pyc b/tests/__pycache__/conftest.cpython-312-pytest-8.3.4.pyc deleted file mode 100644 index da22290..0000000 Binary files a/tests/__pycache__/conftest.cpython-312-pytest-8.3.4.pyc and /dev/null differ diff --git a/tests/__pycache__/test_stuff.cpython-311-pytest-7.2.1.pyc b/tests/__pycache__/test_stuff.cpython-311-pytest-7.2.1.pyc deleted file mode 100644 index 15699d0..0000000 Binary files a/tests/__pycache__/test_stuff.cpython-311-pytest-7.2.1.pyc and /dev/null differ diff --git a/tests/__pycache__/test_stuff.cpython-312-pytest-8.3.3.pyc b/tests/__pycache__/test_stuff.cpython-312-pytest-8.3.3.pyc deleted file mode 100644 index 4d2aefc..0000000 Binary files a/tests/__pycache__/test_stuff.cpython-312-pytest-8.3.3.pyc and /dev/null differ diff --git a/tests/__pycache__/test_stuff.cpython-312-pytest-8.3.4.pyc b/tests/__pycache__/test_stuff.cpython-312-pytest-8.3.4.pyc deleted file mode 100644 index 01f5b36..0000000 Binary files a/tests/__pycache__/test_stuff.cpython-312-pytest-8.3.4.pyc and /dev/null differ