From 76042194a6a52adba17c4fbd93a95610b60d64a5 Mon Sep 17 00:00:00 2001 From: Freezed <2160318-free_zed@users.noreply.gitlab.com> Date: Thu, 24 Mar 2022 23:30:09 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Add=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..21fb6a3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.orig +*.pyc +__pycache__ -- GitLab