diff --git a/.gitignore b/.gitignore index 210775f..9843eb4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ /target Cargo.lock /.idea -/python/rustfrc/__pycache__ -/rustfrc/*.so -/tests/.pytest_cache \ No newline at end of file +/tests/.pytest_cache +**/__pycache__/** +*.so \ No newline at end of file diff --git a/python/__pycache__/__init__.cpython-39.pyc b/python/__pycache__/__init__.cpython-39.pyc deleted file mode 100644 index c12887b..0000000 Binary files a/python/__pycache__/__init__.cpython-39.pyc and /dev/null differ diff --git a/python/rustfrc/rustfrc.cpython-39-x86_64-linux-gnu.so b/python/rustfrc/rustfrc.cpython-39-x86_64-linux-gnu.so deleted file mode 100755 index fbd98a6..0000000 Binary files a/python/rustfrc/rustfrc.cpython-39-x86_64-linux-gnu.so and /dev/null differ