diff --git a/.gitignore b/.gitignore index 8bb633b..570bde8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,8 @@ -.idea - +specs/ # Byte-compiled / optimized / DLL files __pycache__/ +tests/__pycache__/ + *.py[cod] *$py.class @@ -163,4 +164,4 @@ cython_debug/ # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. -#.idea/ +.idea/ diff --git a/tests/__pycache__/__init__.cpython-312.pyc b/tests/__pycache__/__init__.cpython-312.pyc index a62a296..2e0c3d9 100644 Binary files a/tests/__pycache__/__init__.cpython-312.pyc and b/tests/__pycache__/__init__.cpython-312.pyc differ diff --git a/tests/__pycache__/test_cli.cpython-312-pytest-8.4.2.pyc b/tests/__pycache__/test_cli.cpython-312-pytest-8.4.2.pyc index 1a6ae97..61950b9 100644 Binary files a/tests/__pycache__/test_cli.cpython-312-pytest-8.4.2.pyc and b/tests/__pycache__/test_cli.cpython-312-pytest-8.4.2.pyc differ diff --git a/tests/__pycache__/test_launchers.cpython-312-pytest-8.4.2.pyc b/tests/__pycache__/test_launchers.cpython-312-pytest-8.4.2.pyc index 2827907..39de15b 100644 Binary files a/tests/__pycache__/test_launchers.cpython-312-pytest-8.4.2.pyc and b/tests/__pycache__/test_launchers.cpython-312-pytest-8.4.2.pyc differ diff --git a/tests/__pycache__/test_worktree.cpython-312-pytest-8.4.2.pyc b/tests/__pycache__/test_worktree.cpython-312-pytest-8.4.2.pyc index 75ba137..48e7843 100644 Binary files a/tests/__pycache__/test_worktree.cpython-312-pytest-8.4.2.pyc and b/tests/__pycache__/test_worktree.cpython-312-pytest-8.4.2.pyc differ