From e3d4cc3c76781579ce743c25bd36ee5c8581c831 Mon Sep 17 00:00:00 2001 From: ChebykinAS Date: Mon, 4 May 2026 21:23:02 +0300 Subject: [PATCH] Ignore cache --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9ad5c37..7ca1717 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ venv/ -config.py \ No newline at end of file +config.py +__pycache__/ \ No newline at end of file