feat: Add .bookignore to exclude temporary and IDE files from GitBook.

This commit is contained in:
shiva108
2025-12-07 17:08:57 +01:00
parent d3e96e5f30
commit 065e97d803

19
.bookignore Normal file
View File

@@ -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