diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..86a0344 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# Python bytecode + tool caches +__pycache__/ +*.py[cod] +.pytest_cache/ +.ruff_cache/ +.hypothesis/ +# build artifacts +dist/ +build/ +*.egg-info/ diff --git a/__pycache__/conftest.cpython-312-pytest-9.0.3.pyc b/__pycache__/conftest.cpython-312-pytest-9.0.3.pyc deleted file mode 100644 index d1d2570..0000000 Binary files a/__pycache__/conftest.cpython-312-pytest-9.0.3.pyc and /dev/null differ diff --git a/tests/__pycache__/test_examples_run.cpython-312-pytest-9.0.3.pyc b/tests/__pycache__/test_examples_run.cpython-312-pytest-9.0.3.pyc deleted file mode 100644 index b13d50a..0000000 Binary files a/tests/__pycache__/test_examples_run.cpython-312-pytest-9.0.3.pyc and /dev/null differ