siderophile 0.1.4

Find the ideal fuzz targets in a Rust codebase
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Siderophile related (mostly for tests)
siderophile_out/

# Cargo/Rust related
target/
**/*.rs.bk

# Python related
__pycache__
*.pyc

# Others
.DS_Store
.idea