From ea540cf370d5cc3885e7ecb412158351704e9a69 Mon Sep 17 00:00:00 2001 From: "vladimir.buzalka" Date: Sun, 14 Dec 2025 19:10:07 +0100 Subject: [PATCH] z230 --- .gitignore | 61 +----------------------------------------------------- 1 file changed, 1 insertion(+), 60 deletions(-) diff --git a/.gitignore b/.gitignore index d29da5a..01d62ab 100644 --- a/.gitignore +++ b/.gitignore @@ -1,60 +1 @@ -# ====================== -# 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 +.venv/* \ No newline at end of file