19 lines
140 B
Plaintext
19 lines
140 B
Plaintext
# Python
|
|
*.pyc
|
|
*.eggs
|
|
*.egg-info
|
|
|
|
# coverage
|
|
/.coverage
|
|
/htmlcov
|
|
|
|
# tests
|
|
**/test/spec_*/
|
|
*.vcd
|
|
*.gtkw
|
|
|
|
# misc user-created
|
|
*.il
|
|
*.v
|
|
/build
|