amaranth/.gitignore
Catherine eef248a080 pyproject: write XML coverage after running the testsuite.
This is particularly useful with IDEs that can display coverage in
the editor, e.g. VS Code with the "Coverage Gutters" extension.
2024-05-06 11:09:46 +00:00

26 lines
212 B
Plaintext

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