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