mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-01-25 02:08:11 +00:00
59 lines
556 B
Plaintext
59 lines
556 B
Plaintext
# Swap
|
|
[._]*.s[a-v][a-z]
|
|
[._]*.sw[a-p]
|
|
[._]s[a-rt-v][a-z]
|
|
[._]ss[a-gi-z]
|
|
[._]sw[a-p]
|
|
|
|
# Python code
|
|
__pycache__
|
|
venv/
|
|
build/
|
|
/dist/
|
|
*.egg-info/
|
|
*/__pycache__/*.pyc
|
|
.idea/
|
|
|
|
# Session
|
|
Session.vim
|
|
Sessionx.vim
|
|
|
|
# Temporary
|
|
.netrwhist
|
|
*~
|
|
# Auto-generated tag files
|
|
tags
|
|
|
|
# Persistent undo
|
|
[._]*.un~
|
|
|
|
# MacOs DS_Store
|
|
*.DS_Store
|
|
|
|
# Prowler output
|
|
output/
|
|
|
|
# Prowler found secrets
|
|
secrets-*/
|
|
|
|
# JUnit Reports
|
|
junit-reports/
|
|
|
|
# VSCode files
|
|
.vscode/
|
|
|
|
# Terraform
|
|
.terraform*
|
|
*.tfstate
|
|
|
|
# .env
|
|
.env*
|
|
|
|
# Coverage
|
|
.coverage*
|
|
.coverage
|
|
coverage*
|
|
|
|
# Node
|
|
node_modules
|