diff --git a/.gitignore b/.gitignore index f56f35a..9b5eea2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -jsonllm/__pycache__ +__pycache__/ .venv workspace.ipynb dist diff --git a/jsonformer/__pycache__/example.cpython-310.pyc b/jsonformer/__pycache__/example.cpython-310.pyc deleted file mode 100644 index 6467cd1..0000000 Binary files a/jsonformer/__pycache__/example.cpython-310.pyc and /dev/null differ diff --git a/jsonformer/__pycache__/format.cpython-310.pyc b/jsonformer/__pycache__/format.cpython-310.pyc deleted file mode 100644 index df49d65..0000000 Binary files a/jsonformer/__pycache__/format.cpython-310.pyc and /dev/null differ diff --git a/jsonformer/__pycache__/logits_processors.cpython-310.pyc b/jsonformer/__pycache__/logits_processors.cpython-310.pyc deleted file mode 100644 index be87112..0000000 Binary files a/jsonformer/__pycache__/logits_processors.cpython-310.pyc and /dev/null differ diff --git a/jsonformer/__pycache__/main.cpython-310.pyc b/jsonformer/__pycache__/main.cpython-310.pyc deleted file mode 100644 index f935095..0000000 Binary files a/jsonformer/__pycache__/main.cpython-310.pyc and /dev/null differ