diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2ec1dba --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +__pycache__/ +*.pyc +.pytest_cache/ +*.egg-info/ diff --git a/deltatrace/__pycache__/__init__.cpython-312.pyc b/deltatrace/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index f932618..0000000 Binary files a/deltatrace/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/deltatrace/__pycache__/adapters.cpython-312.pyc b/deltatrace/__pycache__/adapters.cpython-312.pyc deleted file mode 100644 index 95554ec..0000000 Binary files a/deltatrace/__pycache__/adapters.cpython-312.pyc and /dev/null differ diff --git a/deltatrace/__pycache__/audit_log.cpython-312.pyc b/deltatrace/__pycache__/audit_log.cpython-312.pyc deleted file mode 100644 index 418ace7..0000000 Binary files a/deltatrace/__pycache__/audit_log.cpython-312.pyc and /dev/null differ diff --git a/deltatrace/__pycache__/demo.cpython-312.pyc b/deltatrace/__pycache__/demo.cpython-312.pyc deleted file mode 100644 index 4fe386d..0000000 Binary files a/deltatrace/__pycache__/demo.cpython-312.pyc and /dev/null differ diff --git a/deltatrace/__pycache__/event_graph.cpython-312.pyc b/deltatrace/__pycache__/event_graph.cpython-312.pyc deleted file mode 100644 index e1e3d3c..0000000 Binary files a/deltatrace/__pycache__/event_graph.cpython-312.pyc and /dev/null differ diff --git a/deltatrace/__pycache__/replay_engine.cpython-312.pyc b/deltatrace/__pycache__/replay_engine.cpython-312.pyc deleted file mode 100644 index 7d6c85a..0000000 Binary files a/deltatrace/__pycache__/replay_engine.cpython-312.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 2ff0571..0000000 Binary files a/tests/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/tests/__pycache__/test_adapters.cpython-312-pytest-9.0.2.pyc b/tests/__pycache__/test_adapters.cpython-312-pytest-9.0.2.pyc deleted file mode 100644 index 9686686..0000000 Binary files a/tests/__pycache__/test_adapters.cpython-312-pytest-9.0.2.pyc and /dev/null differ diff --git a/tests/__pycache__/test_audit_log.cpython-312-pytest-9.0.2.pyc b/tests/__pycache__/test_audit_log.cpython-312-pytest-9.0.2.pyc deleted file mode 100644 index 116eb89..0000000 Binary files a/tests/__pycache__/test_audit_log.cpython-312-pytest-9.0.2.pyc and /dev/null differ diff --git a/tests/__pycache__/test_event_graph.cpython-312-pytest-9.0.2.pyc b/tests/__pycache__/test_event_graph.cpython-312-pytest-9.0.2.pyc deleted file mode 100644 index 28f7cba..0000000 Binary files a/tests/__pycache__/test_event_graph.cpython-312-pytest-9.0.2.pyc and /dev/null differ diff --git a/tests/__pycache__/test_replay_engine.cpython-312-pytest-9.0.2.pyc b/tests/__pycache__/test_replay_engine.cpython-312-pytest-9.0.2.pyc deleted file mode 100644 index b2d0df3..0000000 Binary files a/tests/__pycache__/test_replay_engine.cpython-312-pytest-9.0.2.pyc and /dev/null differ