3 libhockeydata/versioninfo.py ident
6 # Basic .gitattributes for a python repo.
10 *.pxd text diff=python eol=lf
11 *.py text diff=python eol=lf
12 *.py3 text diff=python eol=lf
13 *.pyw text diff=python eol=lf
14 *.pyx text diff=python eol=lf
15 *.pyz text diff=python eol=lf
16 *.pyi text diff=python eol=lf
20 *.php text diff=php eol=lf
21 *.phpt text diff=php eol=lf
22 *.phtml text diff=php eol=lf
23 *.htm text diff=html eol=lf
24 *.html text diff=html eol=lf
25 *.xml text diff=xml eol=lf
44 # Note: .db, .p, and .pkl files are associated
45 # with the python modules ``pickle``, ``dbm.*``,
46 # ``shelve``, ``marshal``, ``anydbm``, & ``bsddb``