From 78a4d9df36ce05176aa51057294a9f174254a4a3 Mon Sep 17 00:00:00 2001 From: furtest Date: Sun, 4 Jan 2026 19:22:04 +0100 Subject: [PATCH] gitignore : ignore docs/build The docs will be added later but to prevent the mess when switching between branches ignore the build folder. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 822c508..85077da 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ poetry.lock __pycache__ +docs/build