diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..40c7b626 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +__pycache__/ +*.pyc +.pytest_cache/ +*.json +*.jsonl diff --git a/__pycache__/multi_user_bridge.cpython-312.pyc b/__pycache__/multi_user_bridge.cpython-312.pyc deleted file mode 100644 index 4a31b881..00000000 Binary files a/__pycache__/multi_user_bridge.cpython-312.pyc and /dev/null differ diff --git a/tests/__pycache__/test_bridge.cpython-312-pytest-9.0.2.pyc b/tests/__pycache__/test_bridge.cpython-312-pytest-9.0.2.pyc deleted file mode 100644 index 134f8687..00000000 Binary files a/tests/__pycache__/test_bridge.cpython-312-pytest-9.0.2.pyc and /dev/null differ