chore: Ignore documentation and report markdown files

Added docs/ directory and all .md files (except README.md) to .gitignore
to prevent internal deployment logs, security notes, and test reports
from being committed to the repository.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Pieter 2026-01-20 20:10:37 +01:00
parent 55fd2be9e5
commit c8793bb910

1
.gitignore vendored
View file

@ -65,3 +65,4 @@ scripts/test-*.py
# Documentation/reports (except README.md)
*.md
!README.md
docs/