From cd91488a1b0f2a64364db9a26cb44414d79ace2a Mon Sep 17 00:00:00 2001 From: Martysh12 <49569238+Martysh12@users.noreply.github.com> Date: Mon, 20 Dec 2021 08:15:41 +0200 Subject: [PATCH] Ignoring __pycache__/ --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 87bebcf..02b8935 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ asteroids-master/ +__pycache__/