amaranth/.gitignore
2023-07-21 03:57:06 +00:00

25 lines
198 B
Plaintext

# Python
__pycache__/
*.egg-info
/dist
# pdm
/.pdm-plugins
/.pdm-python
/.venv
/pdm.lock
# coverage
/.coverage
/htmlcov
# tests
/tests/spec_*/
*.vcd
*.gtkw
# misc user-created
/*.il
/*.v
/build