DavidSouther / ailly

Your AI Writing Ally
Other
9 stars 6 forks source link

Replace mime-types extension with handrolled check. #154

Closed cpyle0819 closed 2 months ago

cpyle0819 commented 2 months ago

ailly cli was ignoring python files. The root cause was the mime-types extension which didn't properly address our usecase of filtering out binary files. This replaces that package with our own logic.