# Verilator build artifacts
obj_dir/
*/obj_dir/

# Python cache
__pycache__/
*.pyc

# Test framework outputs
test_framework/reports/report_*.html
test_framework/modules/*/vectors/*.hex

# XSIM testbench result dumps (regenerated by simulation)
sync_rtl/**/TB/vectors/*_result.hex

# Vivado XSIM simulation artifacts
xsim.dir/
*.jou
*.log
*.pb
*.wdb
*.backup.jou
*.backup.log
.Xil/
webtalk*.jou
webtalk*.log
xelab.pb
xvlog.pb

# OS
.DS_Store
Thumbs.db

# Session runtime continuation cache
.omo/

# AI agent / assistant tooling (local only)
.claude/
.opencode/
.trellis/
AGENTS.md

# Generated Vivado project (create_project.tcl)
vivado_prj/
