/target
__pycache__/
*.pyc
*.pyo
*.so
*.egg-info/
dist/
build/
.eggs/
*.whl
.venv/
venv/
.pytest_cache/
.benchmarks/
Cargo.lock

# Fuzz test outputs
fuzz_*.json
fuzz_*.log
test_failures.json

# Hypothesis test data
.hypothesis/

# Backup files
*.backup
tests/differential/fuzzing_results/
coverage_report/
*.output
