diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..75c6182 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +__pycache__/ +*.pyc +.pytest_cache/ diff --git a/scripts/__pycache__/agent_status.cpython-313.pyc b/scripts/__pycache__/agent_status.cpython-313.pyc deleted file mode 100644 index ee1ed32..0000000 Binary files a/scripts/__pycache__/agent_status.cpython-313.pyc and /dev/null differ diff --git a/scripts/__pycache__/new_ticket.cpython-313.pyc b/scripts/__pycache__/new_ticket.cpython-313.pyc deleted file mode 100644 index 3b460d1..0000000 Binary files a/scripts/__pycache__/new_ticket.cpython-313.pyc and /dev/null differ diff --git a/scripts/__pycache__/publish_ticket.cpython-313.pyc b/scripts/__pycache__/publish_ticket.cpython-313.pyc deleted file mode 100644 index 88ca8dc..0000000 Binary files a/scripts/__pycache__/publish_ticket.cpython-313.pyc and /dev/null differ diff --git a/tests/__pycache__/test_arnes_core.cpython-313.pyc b/tests/__pycache__/test_arnes_core.cpython-313.pyc deleted file mode 100644 index ca8895a..0000000 Binary files a/tests/__pycache__/test_arnes_core.cpython-313.pyc and /dev/null differ