# build artifacts
build/
*.bin
*.coe
*.mem
*.mif
*.o
*.elf
*.asm
*.out
*.hex
*_image.vhd
*_wrapper.v
*.json
*.cf
*.dSYM

# keep default VHDL memory images
!rtl/core/*_image.vhd

# logs and dumps
*.gdb*
*.log
*.vcd
*.fst
*.ghw

# host executables
sw/image_gen/image_gen
*.exe

# riscv-arch-test artifacts
__pycache__
riscof_work

# temporary files and folders
*.bak
*.tmp
~*

# generated documentation stuff
/docs/doxygen_build/
/docs/public/
