**/.git
.dockerignore
Dockerfile

# These repos will be fetched within the Docker build
integration-tests/circt/
integration-tests/nextpnr/
integration-tests/polygeist/
integration-tests/prjtrellis/
integration-tests/verilator/
integration-tests/yosys/

.old/

**/target/
**/.DS_Store
**/.vscode/
**/.claude/
**/.lake/

# Backup files generated by rustfmt
**/*.rs.bk

# Python
**/.venv/
**/__pycache__/
**/*.py[codz]

# cocotb artifacts
integration-tests/**/results.xml
integration-tests/**/sim_build/

# Integration test artifacts
integration-tests/build/
integration-tests/tests/**/*.sv
integration-tests/tests/**/*.v
integration-tests/tests/**/*.mlir
integration-tests/tests/**/*.makefile
integration-tests/tests/**/*.log
integration-tests/tests/**/*.wavelet.json
integration-tests/tests/**/*.wavelet-noopt.json
integration-tests/tests/**/*.netlist.json
integration-tests/tests/**/*.nextpnr.json
integration-tests/tests/**/*.tmp
