# Python
__pycache__/
*.py[cod]
.pytest_cache/
.coverage
htmlcov/

# Picker / Verilator generated DUT packages and simulation output
/Cache/
/*.fst
/*.vcd
/*.dat
/obj_dir/
*.log
*.jou

# Generated fault mutants (reproducible with scripts/inject_bug.py)
/faults/*.v

# Local editor/OS files
.DS_Store
*.swp
.idea/
.vscode/

# Generated RTL coverage annotations
/reports/rtl_coverage/

# Keep reports/docs/source files tracked.
