Exclude indexing by pattern
Hello,
The indexing in my PyCharm is very slow, in particular because it tries to index the large csv files that my code generates.
Is there a way to exclude them using simple patterns (eg. *.csv)?
Best,
Francisco
1 条评论
排序方式
日期
投票数

Hi, yes, you can exclude specific files by patterns in the [project structure settings](https://www.jetbrains.com/help/pycharm/project-structure-dialog.html)
请先登录再写评论。