File size: 236 Bytes
4bd1326 25a3a77 4bd1326 55e57b1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
*.py[oc]
# Temp files
*~
~*
.*~
\#*
.#*
*#
dist
.DS_Store
# Build files
build
dist
pkg
*.egg
*.egg-info
# Debian Files
debian/files
debian/python-beaver*
# Sphinx build
doc/_build
# Generated man page
doc/aws_hostname.1
.coverage
|