diff --git a/.gitignore b/.gitignore index cf3feec..1a32213 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ dist riscv_assembler.egg-info build .pytest_cache/ -deprc_setup.py \ No newline at end of file +deprc_setup.py +__pycache__/ \ No newline at end of file diff --git a/src/riscv_assembler/__pycache__/convert.cpython-38.pyc b/src/riscv_assembler/__pycache__/convert.cpython-38.pyc index 456c6d2..1668e2e 100644 Binary files a/src/riscv_assembler/__pycache__/convert.cpython-38.pyc and b/src/riscv_assembler/__pycache__/convert.cpython-38.pyc differ diff --git a/src/riscv_assembler/__pycache__/parse.cpython-38.pyc b/src/riscv_assembler/__pycache__/parse.cpython-38.pyc index cf5d258..932fcfe 100644 Binary files a/src/riscv_assembler/__pycache__/parse.cpython-38.pyc and b/src/riscv_assembler/__pycache__/parse.cpython-38.pyc differ diff --git a/tests/__pycache__/test_class.cpython-38-pytest-7.2.2.pyc b/tests/__pycache__/test_class.cpython-38-pytest-7.2.2.pyc index c76ee75..9d89ef7 100644 Binary files a/tests/__pycache__/test_class.cpython-38-pytest-7.2.2.pyc and b/tests/__pycache__/test_class.cpython-38-pytest-7.2.2.pyc differ