From 2265be09cb209f8351a1c0702120792ed8673a5f Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Sun, 5 Mar 2023 16:23:14 +0300 Subject: [PATCH] Add my files to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8cbc1b8..2e675b2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ # Byte-compiled / optimized / DLL files +my/ __pycache__/ *.py[cod] *$py.class -- 2.31.1