diff --git a/.gitignore b/.gitignore index da89402..7c26d1a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ venv/ demos/ .idea/ -*.pyc +*.__pycache__/ diff --git a/gameplay/__pycache__/sudoku_gameplay.cpython-35.pyc b/gameplay/__pycache__/sudoku_gameplay.cpython-35.pyc deleted file mode 100644 index 64973b3..0000000 Binary files a/gameplay/__pycache__/sudoku_gameplay.cpython-35.pyc and /dev/null differ diff --git a/graphic_components/__pycache__/board.cpython-35.pyc b/graphic_components/__pycache__/board.cpython-35.pyc deleted file mode 100644 index 54515b7..0000000 Binary files a/graphic_components/__pycache__/board.cpython-35.pyc and /dev/null differ diff --git a/graphic_components/__pycache__/buttons.cpython-35.pyc b/graphic_components/__pycache__/buttons.cpython-35.pyc deleted file mode 100644 index b0d56e5..0000000 Binary files a/graphic_components/__pycache__/buttons.cpython-35.pyc and /dev/null differ