36 lines
303 B
Plaintext
36 lines
303 B
Plaintext
# Hidden files
|
|
.DS_Store
|
|
*.vscode/
|
|
|
|
# Python files
|
|
venv/
|
|
manta_fpga.egg-info/
|
|
.pytest_cache
|
|
.ruff_cache
|
|
__pycache__/
|
|
build/
|
|
dist/
|
|
|
|
# Miscellaneous file types
|
|
*.v
|
|
*.sv
|
|
*.vcd
|
|
*.out
|
|
*.csv
|
|
*.xml
|
|
.coverage*
|
|
|
|
# Vivado files
|
|
*.log
|
|
*.jou
|
|
*.rpt
|
|
*.bin
|
|
*.bit
|
|
*.out
|
|
.Xil/
|
|
|
|
# Yosys/IceStorm files
|
|
*.asc
|
|
*.bin
|
|
*.json
|