CodeGPT
CodeGPT copied to clipboard
Ignore file/folder support
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