# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Virtual envs
.venv/
venv/
env/

# pwnbench local data / scratch
.pwnbench/
_smoke_home/
_banner.txt
*.tmp

# OS / editor
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
