cline分析ipynb爆上下文问题的解决

项目根目录下,创建一个文件:.clinerules

写入一下内容即可改进cline对ipynb文件的处理

# .clinerules

- When asked to analyze a .ipynb file, NEVER read the entire file into context at once.
- Ignore all elements in the JSON structure related to "outputs", "execution_count", and focus ONLY on the "source" arrays.
- If the source code is too long, use the `read_file` tool with line numbers to read it in chunks.