CodeGPT icon indicating copy to clipboard operation
CodeGPT copied to clipboard

Ignore file/folder support

Open jp26jp opened this issue 6 months ago • 0 comments

Describe the need of your request

Including files in the context is incredibly helpful. However, if you include a folder, __pycache__ gets included, significantly increasing the token count with useless context.

Proposed solution

A fast solution would be hard coding __pycache__ into an ignore list but it would also be helpful to be able to automatically ignore test files.

Additional context

No response

jp26jp avatar Aug 19 '24 14:08 jp26jp