This is what I see trying to run the commands in the quick start, after `git status`: ``` __pycache__/ agents/__pycache__/ bin/ environments/__pycache__/ examples/__pycache__/ include/ lib/ metrics/__pycache__/ spaces/__pycache__/ ``` Should this project have a `.gitignore` file?
This is what I see trying to run the commands in the quick start, after
git status:Should this project have a
.gitignorefile?