some txt file recognize as requirements.txt

This bug is produced by too wide pattern by default in plugin settings. @meanmail , consider removing *.txt from defaults to be analyzed as requirements files.
To manually solve this issue go to settings and delete *.txt pattern.
yeah,i remove this pattern,its ok now

yeah,i remove this pattern,its ok now
Nice! Dont close this issue pls until author answer.
I'd like to upvote this as a problem. The default certainly should not include *.txt
Same problem here. Removing "*.txt" as recognized file type for this plugin is unfortunately only a temporary workaround: install an update and the association is back.
Btw this issue can be easily fixed by removing *.txt from https://github.com/meanmail-dev/requirements/blob/7181bcb628831411406bda5e9707e1c9b0b3760e/src/main/resources/META-INF/plugin.xml#L21.
Nevertheless Im not almost sure and dont have build environment hence wont create any PR. Anyway @meanmail is welcome to do this and publish new version.
This is a nice plugin, but this is a horrible default matching pattern. I have several .txt files in a project that were being hammered by PyCharm's error checking because of the default pattern match of *.txt. Is this not a trivial fix or is there a case to be made for assuming every text file should be error-checked as a source of requirements?