manta/.gitignore

26 lines
255 B
Plaintext

# Hidden files
.DS_Store
*.vscode/
# Python files
venv/
manta.egg-info/
.pytest_cache
__pycache__/
build/
# Miscellaneous file types
*.v
*.sv
*.vcd
*.out
# Vivado files from the occasional debugging sesh
*.log
*.jou
*.rpt
*.bin
*.bit
*.out
*.xdc
.Xil/*