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

# coverage
/.coverage
/htmlcov

# tests
*.vcd
*.gtkw

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

/.env
/_build
/apidoc

