5465 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / .gitignore GITIGNORE
# Python
venv/
__pycache__/
*.pyc

# Office 临时文件(关键!)
~$*
*.docx
*.doc
*.tmp

# 系统文件
.DS_Store
Thumbs.db

# IDE
.vscode/
.idea/