5465 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / .gitignore GITIGNORE
# Python
__pycache__/
*.py[cod]
*.so

# Virtual environment
venv/
.venv/
env/

# Output files
*.pfx
*.ccache
*.kirbi

# Distribution
build/
dist/
*.egg-info/

# macOS
.DS_Store

# IDEs
.idea/
.vscode/