From 547c0454f867f9e0d2b0de7875326a6188f4d477 Mon Sep 17 00:00:00 2001 From: tcsenpai Date: Fri, 2 May 2025 10:35:33 +0200 Subject: [PATCH] added ignores for the fork (but might be useful for everyone) --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 5369222..455780c 100644 --- a/.gitignore +++ b/.gitignore @@ -204,3 +204,12 @@ cython_debug/ # PyPI configuration file .pypirc + +# Config ini +config.ini + +# Mise if using it +mise.toml + +# Quick hack to avoid including the chrome136 folder +chrome136/ \ No newline at end of file