From 349ef270b76c3e487d8e7e8edcfedb7f588eebc3 Mon Sep 17 00:00:00 2001 From: Vladimir Buzalka Date: Thu, 1 Jan 2026 14:53:39 +0100 Subject: [PATCH] ntbvb --- .gitignore | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9b513b9..5063988 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,14 @@ -#Virtual environments -.venv/* \ No newline at end of file +# PyCharm / IntelliJ +.idea/ + +# Python +__pycache__/ +*.pyc +*.pyo +*.pyd +*.log + +# Virtualenv +.venv/ +# created by virtualenv automatically +.venv/Lib