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 comment
Sort by
Date
Votes

Hi, yes, you can exclude specific files by patterns in the [project structure settings](https://www.jetbrains.com/help/pycharm/project-structure-dialog.html)
Please sign in to leave a comment.