Add .gitignore for docs build artifacts and docs README

Co-authored-by: r41k0u <76248539+r41k0u@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-20 22:07:36 +00:00
parent c1e90b9d46
commit 73f6e83445
2 changed files with 70 additions and 0 deletions

4
.gitignore vendored
View File

@ -10,3 +10,7 @@ __pycache__/
vmlinux.py
~*
vmlinux.h
# Documentation build artifacts
docs/_build/
docs/_templates/