diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..40bb4e3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.vscode/ +__pycache__/ \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index a7d0fc7..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "esbonio.sphinx.confDir": "" -} \ No newline at end of file diff --git a/__pycache__/ast.cpython-310.pyc b/__pycache__/ast.cpython-310.pyc deleted file mode 100644 index dc40acc..0000000 Binary files a/__pycache__/ast.cpython-310.pyc and /dev/null differ diff --git a/__pycache__/ast_nodes.cpython-310.pyc b/__pycache__/ast_nodes.cpython-310.pyc deleted file mode 100644 index 52ca644..0000000 Binary files a/__pycache__/ast_nodes.cpython-310.pyc and /dev/null differ diff --git a/__pycache__/lexer.cpython-310.pyc b/__pycache__/lexer.cpython-310.pyc deleted file mode 100644 index dad3329..0000000 Binary files a/__pycache__/lexer.cpython-310.pyc and /dev/null differ diff --git a/__pycache__/parser.cpython-310.pyc b/__pycache__/parser.cpython-310.pyc deleted file mode 100644 index 6f5c41d..0000000 Binary files a/__pycache__/parser.cpython-310.pyc and /dev/null differ