mirror of
https://github.com/prowler-cloud/prowler.git
synced 2025-12-18 21:07:48 +00:00
155 lines
2.0 KiB
Plaintext
155 lines
2.0 KiB
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/
|
||
|
||
# Test and coverage artifacts
|
||
*_coverage.xml
|
||
pytest_*.xml
|
||
.coverage
|
||
htmlcov/
|
||
|
||
# VSCode files and settings
|
||
.vscode/
|
||
*.code-workspace
|
||
.vscode-test/
|
||
|
||
# VSCode extension settings and workspaces
|
||
.history/
|
||
.ionide/
|
||
|
||
# MCP Server Settings (various locations)
|
||
**/cline_mcp_settings.json
|
||
**/mcp_settings.json
|
||
**/mcp-config.json
|
||
**/mcpServers.json
|
||
.mcp/
|
||
|
||
# AI Coding Assistants - Cursor
|
||
.cursorignore
|
||
.cursor/
|
||
.cursorrules
|
||
|
||
# AI Coding Assistants - RooCode
|
||
.roo/
|
||
.rooignore
|
||
.roomodes
|
||
|
||
# AI Coding Assistants - Cline (formerly Claude Dev)
|
||
.cline/
|
||
.clineignore
|
||
.clinerules
|
||
|
||
# AI Coding Assistants - Continue
|
||
.continue/
|
||
continue.json
|
||
.continuerc
|
||
.continuerc.json
|
||
|
||
# AI Coding Assistants - GitHub Copilot
|
||
.copilot/
|
||
.github/copilot/
|
||
|
||
# AI Coding Assistants - Amazon Q Developer (formerly CodeWhisperer)
|
||
.aws/
|
||
.codewhisperer/
|
||
.amazonq/
|
||
.aws-toolkit/
|
||
|
||
# AI Coding Assistants - Tabnine
|
||
.tabnine/
|
||
tabnine_config.json
|
||
|
||
# AI Coding Assistants - Kiro
|
||
.kiro/
|
||
.kiroignore
|
||
kiro.config.json
|
||
|
||
# AI Coding Assistants - Aider
|
||
.aider/
|
||
.aider.chat.history.md
|
||
.aider.input.history
|
||
.aider.tags.cache.v3/
|
||
|
||
# AI Coding Assistants - Windsurf
|
||
.windsurf/
|
||
.windsurfignore
|
||
|
||
# AI Coding Assistants - Replit Agent
|
||
.replit
|
||
.replitignore
|
||
|
||
# AI Coding Assistants - Supermaven
|
||
.supermaven/
|
||
|
||
# AI Coding Assistants - Sourcegraph Cody
|
||
.cody/
|
||
|
||
# AI Coding Assistants - General
|
||
.ai/
|
||
.aiconfig
|
||
ai-config.json
|
||
|
||
# Terraform
|
||
.terraform*
|
||
*.tfstate
|
||
*.tfstate.*
|
||
|
||
# .env
|
||
ui/.env*
|
||
api/.env*
|
||
mcp_server/.env*
|
||
|
||
# Coverage
|
||
.coverage*
|
||
.coverage
|
||
coverage*
|
||
|
||
# Node
|
||
node_modules
|
||
|
||
# Persistent data
|
||
_data/
|
||
|
||
# Claude
|
||
CLAUDE.md
|
||
|
||
# Compliance report
|
||
*.pdf
|