diff --git a/.gitignore b/.gitignore index 16a80a5..e810222 100644 --- a/.gitignore +++ b/.gitignore @@ -3,8 +3,14 @@ __pycache__/ *.egg-info/ .pytest_cache/ venv/ +.venv/ .worktrees/ *.pdf +# Local tooling / editor / agent state (not shared) +.claude/ +.vscode/ +.mcp.json + # Capture data (sniffs, sims, taginfo scans) data/ diff --git a/pm3py/__pycache__/__init__.cpython-312.pyc b/pm3py/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 6bb31a3..0000000 Binary files a/pm3py/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/pm3py/__pycache__/protocol.cpython-312.pyc b/pm3py/__pycache__/protocol.cpython-312.pyc deleted file mode 100644 index 5ac37a1..0000000 Binary files a/pm3py/__pycache__/protocol.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 1f3521f..0000000 Binary files a/tests/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/tests/__pycache__/test_crc.cpython-312-pytest-9.0.1.pyc b/tests/__pycache__/test_crc.cpython-312-pytest-9.0.1.pyc deleted file mode 100644 index f4ab22a..0000000 Binary files a/tests/__pycache__/test_crc.cpython-312-pytest-9.0.1.pyc and /dev/null differ