jshttp / mime-db

Media Type Database
MIT License
1.09k stars 256 forks source link

Add `application/x-python-code` and `text/x-python` types #319

Open dormeiri opened 5 months ago

dormeiri commented 5 months ago

Hi is it OK to add these types? I can open a PR if it helps

{
  'application/x-python-code': ['pyc'],
  'text/x-python': ['py'],
}