12 lines
160 B
Plaintext
12 lines
160 B
Plaintext
# Ignore tool output files
|
|
*.sarif
|
|
*_results.json
|
|
bandit_results.json
|
|
gitleaks_results.json
|
|
rayfusion/
|
|
|
|
# Ignore virtual environments
|
|
.venv/
|
|
venv/
|
|
__pycache__/
|