diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..da81826 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,14 @@ +{ + "files.exclude": { + "**/engine.py": true, + "**/jorcademy.py": true, + "**/primitives.py": true, + "**/Pipfile": true, + "**/Pipfile.lock": true, + "**/.idea": true, + "**/venv": true, + "**/readme.md": true, + "**/__pycache__": true, + } + } + \ No newline at end of file diff --git a/__pycache__/game.cpython-311.pyc b/__pycache__/game.cpython-311.pyc index c8ec162..109f5cd 100644 Binary files a/__pycache__/game.cpython-311.pyc and b/__pycache__/game.cpython-311.pyc differ diff --git a/__pycache__/jorcademy.cpython-311.pyc b/__pycache__/jorcademy.cpython-311.pyc index 7020859..b694a8a 100644 Binary files a/__pycache__/jorcademy.cpython-311.pyc and b/__pycache__/jorcademy.cpython-311.pyc differ diff --git a/__pycache__/primitives.cpython-311.pyc b/__pycache__/primitives.cpython-311.pyc index c89c18b..d921550 100644 Binary files a/__pycache__/primitives.cpython-311.pyc and b/__pycache__/primitives.cpython-311.pyc differ