From bf1fd38ab017e7441eb40a86d03eed1c706ae7a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=AE=D1=80=D0=B8=D0=B9=20=D0=A7=D0=B5=D1=80=D0=BD=D0=B5?= =?UTF-8?q?=D0=BD=D0=BA=D0=BE?= Date: Tue, 21 Apr 2026 13:02:35 +0300 Subject: [PATCH] gitignore try2 --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4c061ef..b6aae62 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ /__pycache__ +__pycache__/ *.env -*.pyc \ No newline at end of file +*.pyc +*.py[cod] +*$py.class +**/__pycache__/ \ No newline at end of file