# Python
__pycache__/
*.egg-info
/dist

# pdm
/.pdm-plugins
/.pdm-python
/.python-version
/.venv
# Part of dynamic version generation.
/src/sentinel_cpu/version.txt
# Release note generation.
/release_notes.md

# pytest
/.pytest_cache

# Amaranth
/build*

# GtkWave
*.vcd
*.gtkw

# Doit
.doit.db*

# logluts
/LUTs.csv

# m5meta
*.asm*.fdef
*.asm*.hex

# Yosys
/abc.history

# RVFormal disassembled counterexamples
*.s

# YoWASP setup
.env.toolchain

# Added by cargo

/target
