From d982868db984259c21427d0d3fa71dd1f2fa1cae Mon Sep 17 00:00:00 2001 From: "michaela.buzalkova" Date: Mon, 22 Dec 2025 07:00:30 +0100 Subject: [PATCH] lenovo --- .gitignore | 62 ++---------------------------------------------------- 1 file changed, 2 insertions(+), 60 deletions(-) diff --git a/.gitignore b/.gitignore index d29da5a..9b513b9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,60 +1,2 @@ -# ====================== -# Python -# ====================== -__pycache__/ -*.py[cod] -*.pyo -*.pyd - -# Virtual environments -.venv/ -venv/ -env/ -ENV/ - -# ====================== -# PyCharm / IDE -# ====================== -.idea/ -*.iml - -# ====================== -# OS files -# ====================== -.DS_Store -Thumbs.db -desktop.ini - -# ====================== -# Logs -# ====================== -*.log - -# ====================== -# Test / coverage -# ====================== -.coverage -htmlcov/ -.pytest_cache/ - -# ====================== -# Build / dist -# ====================== -build/ -dist/ -*.egg-info/ - -# ====================== -# Jupyter -# ====================== -.ipynb_checkpoints/ - -# ====================== -# Local config / secrets -# ====================== -*.env -.env -.env.* -*.ini -*.cfg -*.conf +#Virtual environments +.venv/* \ No newline at end of file