From 4e9cf8f3b461cca4aaad760faf4caeb5032423ca Mon Sep 17 00:00:00 2001 From: "vladimir.buzalka" Date: Tue, 27 Jan 2026 07:40:35 +0100 Subject: [PATCH] Update .gitignore (ignore .venv and PyCharm files) --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitignore b/.gitignore index e69de29..2498bd4 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,12 @@ +# Python +.venv/ +__pycache__/ +*.pyc + +# PyCharm +.idea/ +*.iml + +# OS +.DS_Store +Thumbs.db