From 378484a7955a867bd7ca73c74541d35036c0209f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Kr=C3=B3l?= Date: Mon, 15 Sep 2025 23:18:31 +0200 Subject: [PATCH] gitignore: ignore virtualenvs, caches, fixtures and artifacts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Piotr Król --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index ea18563..2933a8b 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,9 @@ venv .vite package-lock.json slides.md +.env +/fixtures/*.xml +.venv/ +*.pyc +__pycache__ +artifacts