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

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

Please sign in to leave a comment.