mirror of
https://github.com/Shiva108/ai-llm-red-team-handbook.git
synced 2026-02-12 14:42:46 +00:00
feat: Add .bookignore to exclude temporary and IDE files from GitBook.
This commit is contained in:
19
.bookignore
Normal file
19
.bookignore
Normal 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
|
||||
Reference in New Issue
Block a user