I am using cursor on this repo:
tree -L 2
.
├── LICENSE.md
├── README.md
├── actions.py
├── agents.py
├── dynasaur.py
├── env.py
├── prompts.py
├── requirements.txt
├── scripts
│ ├── llm_engines.py
│ ├── reformulator.py
│ ├── run_agents.py
│ └── tools
└── utils.py
and as I was asking it this question
create a .gitignore file for this basic python repo @
it never prompted @Codebase and thus was not able to use it
here is the metadata:
Why cant I use @Codebase?