# Python
__pycache__/
*.py[cod]
.venv/
venv/
*.egg-info/
build/
dist/

# Tooling caches
.mypy_cache/
.ruff_cache/
.pytest_cache/
.claude/

# Local malware corpus (never commit live samples)
corpus/
benchmark.html
benchmark.json

