harb/onchain/analysis/.gitignore
2025-08-09 18:03:31 +02:00

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
.~*