15 lines
116 B
Plaintext
15 lines
116 B
Plaintext
# Python
|
|
__pycache__/
|
|
/*.egg-info
|
|
/.eggs
|
|
|
|
# tests
|
|
**/test/spec_*/
|
|
*.vcd
|
|
*.gtkw
|
|
|
|
# misc user-created
|
|
*.il
|
|
*.v
|
|
/build
|