# Python
__pycache__/
__pypackages__/
dist/
/*.egg-info
/.eggs

# pdm
/.pdm-plugins
/.pdm-python
/.venv
/pdm.lock

# tests
tests/spec_*/
*.vcd
*.gtkw

# misc user-created
*.il
*.v
/build
