Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
DevReaper0 committed Feb 7, 2022
1 parent 73b9307 commit d50a0e9
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/.git/
/.vs/
/venv/
/.idea/
/__pycache__/
/build/
/dist/
.git/
.vs/
venv/
.idea/
__pycache__/
build/
dist/
*.bat
*.spec
.env
Expand Down
Binary file removed interpreter/__pycache__/basic_object.cpython-38.pyc
Binary file not shown.
Binary file removed interpreter/__pycache__/basic_value.cpython-38.pyc
Binary file not shown.
Binary file removed interpreter/__pycache__/function.cpython-38.pyc
Binary file not shown.
Binary file not shown.
Binary file removed interpreter/__pycache__/scope.cpython-38.pyc
Binary file not shown.
Binary file removed interpreter/__pycache__/stack.cpython-38.pyc
Binary file not shown.
Binary file removed interpreter/__pycache__/variable.cpython-38.pyc
Binary file not shown.
Binary file removed parse/__pycache__/node.cpython-38.pyc
Binary file not shown.
Binary file removed parse/__pycache__/parser.cpython-38.pyc
Binary file not shown.
Binary file removed parse/__pycache__/source_location.cpython-38.pyc
Binary file not shown.
Binary file removed repl/__pycache__/repl.cpython-38.pyc
Binary file not shown.

0 comments on commit d50a0e9

Please sign in to comment.