1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
*.pyc
.DS_Store
# Tox support. See: http://pypi.python.org/pypi/tox
.tox
# Our tox runs convert the doctests in *.rst files to Python 3 prior to
# running tests. Ignore these temporary files.
*.temp2to3.rst
# The setup.py "prep" command converts *.md to *.temp.rst (via *.temp.md).
*.temp.md
*.temp.rst
# TextMate project file
*.tmproj
# Distribution-related folders and files.
pystache/_version.py
pystache.egg-info
docs/_build
docs/source/api
build
dist
MANIFEST
coverage.xml
.coverage
.idea
|