summaryrefslogtreecommitdiff
path: root/.gitignore
blob: c9b5217d7cb6a3d611f9c8bd30fe6e549c4b9c6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
*.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
# TextMate project file
*.tmproj
# Distribution-related folders and files.
build
dist
MANIFEST
pystache.egg-info