mirror of
https://github.com/ysoftdevs/wapifuzz.git
synced 2026-01-14 07:33:29 +01:00
22 lines
301 B
Plaintext
22 lines
301 B
Plaintext
# Folders for IDE caching and settings
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Default folder for boofuzz db logging
|
|
boofuzz-results/
|
|
|
|
# Python enviromental and other files
|
|
env/
|
|
__pycache__
|
|
*.pyc
|
|
|
|
# Fuzzer outputs
|
|
*.junit.xml
|
|
*.log
|
|
*.html
|
|
|
|
# Files for internal debug
|
|
Makefile
|
|
config.json
|
|
payloads.txt
|