diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..514d69b --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +# Python bytecode and test caches +__pycache__/ +*.py[cod] +.pytest_cache/ diff --git a/src/commit_message_guard/__pycache__/__init__.cpython-312.pyc b/src/commit_message_guard/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 3eef6dc..0000000 Binary files a/src/commit_message_guard/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/src/commit_message_guard/__pycache__/cli.cpython-312.pyc b/src/commit_message_guard/__pycache__/cli.cpython-312.pyc deleted file mode 100644 index e7c8951..0000000 Binary files a/src/commit_message_guard/__pycache__/cli.cpython-312.pyc and /dev/null differ diff --git a/tests/__pycache__/test_cli.cpython-312.pyc b/tests/__pycache__/test_cli.cpython-312.pyc deleted file mode 100644 index 437b775..0000000 Binary files a/tests/__pycache__/test_cli.cpython-312.pyc and /dev/null differ