Options +Indexes
AddType text/plain .py

# https://perishablepress.com/better-default-directory-views-with-htaccess/
# IndexOptions IgnoreCase FancyIndexing FoldersFirst NameWidth=* DescriptionWidth=* SuppressHTMLPreamble

<IfModule headers_module>
Header set Cache-Control "max-age=604800, public"

Header add Access-Control-Allow-Origin "*"
Header add Access-Control-Allow-Headers "origin, x-requested-with, content-type"
Header add Access-Control-Allow-Methods "GET"
</IfModule>
