diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f6b02dc --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# Python bytecode / caches +__pycache__/ +*.py[cod] +*$py.class + +# Test / build artifacts +.pytest_cache/ +*.egg-info/ diff --git a/src/nlboot/__pycache__/__init__.cpython-312.pyc b/src/nlboot/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 1123b55..0000000 Binary files a/src/nlboot/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/src/nlboot/__pycache__/cli.cpython-312.pyc b/src/nlboot/__pycache__/cli.cpython-312.pyc deleted file mode 100644 index a7761c9..0000000 Binary files a/src/nlboot/__pycache__/cli.cpython-312.pyc and /dev/null differ diff --git a/src/nlboot/__pycache__/protocol.cpython-312.pyc b/src/nlboot/__pycache__/protocol.cpython-312.pyc deleted file mode 100644 index 4dba46b..0000000 Binary files a/src/nlboot/__pycache__/protocol.cpython-312.pyc and /dev/null differ diff --git a/src/nlboot/__pycache__/verify.cpython-312.pyc b/src/nlboot/__pycache__/verify.cpython-312.pyc deleted file mode 100644 index 96f8d77..0000000 Binary files a/src/nlboot/__pycache__/verify.cpython-312.pyc and /dev/null differ diff --git a/tests/__pycache__/test_cli_examples.cpython-312-pytest-9.0.3.pyc b/tests/__pycache__/test_cli_examples.cpython-312-pytest-9.0.3.pyc deleted file mode 100644 index 1e57a2d..0000000 Binary files a/tests/__pycache__/test_cli_examples.cpython-312-pytest-9.0.3.pyc and /dev/null differ diff --git a/tests/__pycache__/test_protocol.cpython-312-pytest-9.0.3.pyc b/tests/__pycache__/test_protocol.cpython-312-pytest-9.0.3.pyc deleted file mode 100644 index 51e33a6..0000000 Binary files a/tests/__pycache__/test_protocol.cpython-312-pytest-9.0.3.pyc and /dev/null differ diff --git a/tests/__pycache__/test_verify.cpython-312-pytest-9.0.3.pyc b/tests/__pycache__/test_verify.cpython-312-pytest-9.0.3.pyc deleted file mode 100644 index 195f066..0000000 Binary files a/tests/__pycache__/test_verify.cpython-312-pytest-9.0.3.pyc and /dev/null differ