diff --git a/.gitignore b/.gitignore index b8fe8b3..d99d3f0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -jsonllm/__pycache__ +__pycache__/ .venv workspace.ipynb -dist \ No newline at end of file +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