From 065e97d803bc630d478043205885772aaaa0d230 Mon Sep 17 00:00:00 2001 From: shiva108 Date: Sun, 7 Dec 2025 17:08:57 +0100 Subject: [PATCH] feat: Add .bookignore to exclude temporary and IDE files from GitBook. --- .bookignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .bookignore diff --git a/.bookignore b/.bookignore new file mode 100644 index 0000000..32a802d --- /dev/null +++ b/.bookignore @@ -0,0 +1,19 @@ +# GitBook Ignore File +# Files and folders listed here will not be synced to GitBook + +# Local files - never sync +ignore/ + +# Python artifacts +__pycache__/ +*.py[cod] +*.egg-info/ + +# Generated files +*.tmp +*.log + +# IDE/Editor files +.idea/ +.vscode/ +*.swp