22 lines
No EOL
282 B
Text
22 lines
No EOL
282 B
Text
# Fuzzing results
|
|
fuzzing_results_*/
|
|
fuzzing_results_*.tar.gz
|
|
|
|
# Log files
|
|
*.log
|
|
temp_output.log
|
|
full_loss_analysis.log
|
|
fuzzing_output.log
|
|
|
|
# Generated CSV files (except example ones)
|
|
profitable_*.csv
|
|
whale_*.csv
|
|
|
|
# Python cache
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
.~* |