mirror of
https://github.com/aquasecurity/kube-hunter.git
synced 2026-02-14 09:59:55 +00:00
34 lines
299 B
Plaintext
34 lines
299 B
Plaintext
*.pyc
|
|
.venv
|
|
*aqua*
|
|
venv/
|
|
.vscode
|
|
.coverage
|
|
.idea
|
|
|
|
# Distribution / packaging
|
|
.Python
|
|
env/
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
*.spec
|
|
.eggs
|
|
pip-wheel-metadata
|
|
|
|
# Directory Cache Files
|
|
.DS_Store
|
|
thumbs.db
|
|
__pycache__
|
|
.mypy_cache
|