Open amm-efabless opened 2 months ago
When you run make setup, it creates ./venv-cocotb/ -- As is the case for /venv, I believe /venv-cocotb should also be in .gitignore. Or am I mistaken?
make setup
./venv-cocotb/
/venv
/venv-cocotb
.gitignore
@amm-efabless good catch! I agree.
When you run
make setup
, it creates./venv-cocotb/
-- As is the case for/venv
, I believe/venv-cocotb
should also be in.gitignore
. Or am I mistaken?