diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2c91613 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +# Python bytecode +__pycache__/ +*.py[cod] + +# Build artifacts +build/ +dist/ +*.egg-info/ + +# Tool caches +.pytest_cache/ +.mypy_cache/ +.ruff_cache/ +.coverage +htmlcov/ + +# Virtualenvs +.venv/ +venv/ diff --git a/src/agentrust_trace/__pycache__/__init__.cpython-312.pyc b/src/agentrust_trace/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index b616624..0000000 Binary files a/src/agentrust_trace/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/src/agentrust_trace/__pycache__/models.cpython-312.pyc b/src/agentrust_trace/__pycache__/models.cpython-312.pyc deleted file mode 100644 index b6ce437..0000000 Binary files a/src/agentrust_trace/__pycache__/models.cpython-312.pyc and /dev/null differ diff --git a/src/agentrust_trace/__pycache__/sign.cpython-312.pyc b/src/agentrust_trace/__pycache__/sign.cpython-312.pyc deleted file mode 100644 index eaf171d..0000000 Binary files a/src/agentrust_trace/__pycache__/sign.cpython-312.pyc and /dev/null differ diff --git a/src/agentrust_trace/__pycache__/validate.cpython-312.pyc b/src/agentrust_trace/__pycache__/validate.cpython-312.pyc deleted file mode 100644 index f352abe..0000000 Binary files a/src/agentrust_trace/__pycache__/validate.cpython-312.pyc and /dev/null differ diff --git a/src/agentrust_trace/adapters/__pycache__/__init__.cpython-312.pyc b/src/agentrust_trace/adapters/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 0608f28..0000000 Binary files a/src/agentrust_trace/adapters/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/src/agentrust_trace/adapters/__pycache__/agt.cpython-312.pyc b/src/agentrust_trace/adapters/__pycache__/agt.cpython-312.pyc deleted file mode 100644 index 2f49ca4..0000000 Binary files a/src/agentrust_trace/adapters/__pycache__/agt.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 8042f41..0000000 Binary files a/tests/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/tests/__pycache__/test_action_receipt_fixtures.cpython-312-pytest-9.0.3.pyc b/tests/__pycache__/test_action_receipt_fixtures.cpython-312-pytest-9.0.3.pyc deleted file mode 100644 index fea5c0e..0000000 Binary files a/tests/__pycache__/test_action_receipt_fixtures.cpython-312-pytest-9.0.3.pyc and /dev/null differ diff --git a/tests/__pycache__/test_agt_adapter.cpython-312-pytest-9.0.3.pyc b/tests/__pycache__/test_agt_adapter.cpython-312-pytest-9.0.3.pyc deleted file mode 100644 index 50afbc1..0000000 Binary files a/tests/__pycache__/test_agt_adapter.cpython-312-pytest-9.0.3.pyc and /dev/null differ diff --git a/tests/__pycache__/test_models.cpython-312-pytest-9.0.3.pyc b/tests/__pycache__/test_models.cpython-312-pytest-9.0.3.pyc deleted file mode 100644 index 33f754b..0000000 Binary files a/tests/__pycache__/test_models.cpython-312-pytest-9.0.3.pyc and /dev/null differ diff --git a/tests/__pycache__/test_models.cpython-312-pytest-9.1.1.pyc b/tests/__pycache__/test_models.cpython-312-pytest-9.1.1.pyc deleted file mode 100644 index 135afe0..0000000 Binary files a/tests/__pycache__/test_models.cpython-312-pytest-9.1.1.pyc and /dev/null differ diff --git a/tests/__pycache__/test_sign.cpython-312-pytest-9.0.3.pyc b/tests/__pycache__/test_sign.cpython-312-pytest-9.0.3.pyc deleted file mode 100644 index e92bc62..0000000 Binary files a/tests/__pycache__/test_sign.cpython-312-pytest-9.0.3.pyc and /dev/null differ diff --git a/tests/__pycache__/test_validate.cpython-312-pytest-9.0.3.pyc b/tests/__pycache__/test_validate.cpython-312-pytest-9.0.3.pyc deleted file mode 100644 index bcd7267..0000000 Binary files a/tests/__pycache__/test_validate.cpython-312-pytest-9.0.3.pyc and /dev/null differ