20 lines
156 B
Plaintext
20 lines
156 B
Plaintext
# Python
|
|
__pycache__/
|
|
/*.egg-info
|
|
/.eggs
|
|
/dist
|
|
|
|
# coverage
|
|
/.coverage
|
|
/htmlcov
|
|
|
|
# tests
|
|
**/test/spec_*/
|
|
*.vcd
|
|
*.gtkw
|
|
|
|
# misc user-created
|
|
/*.il
|
|
/*.v
|
|
/build
|