From a98fcc25ffa986f9f6fbb45dcfb6e68366ca6678 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Tue, 1 Nov 2022 14:28:21 +0100 Subject: Minor changes --- .gitignore | 3 ++- __pycache__/snake.cpython-310.pyc | Bin 5439 -> 0 bytes 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 __pycache__/snake.cpython-310.pyc diff --git a/.gitignore b/.gitignore index fe8542b..6f3d1a8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -./pygame \ No newline at end of file +./pygame +**/__pycache__ \ No newline at end of file diff --git a/__pycache__/snake.cpython-310.pyc b/__pycache__/snake.cpython-310.pyc deleted file mode 100644 index 53436e3..0000000 Binary files a/__pycache__/snake.cpython-310.pyc and /dev/null differ -- cgit v1.2.3