summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 758d62df92e2fab4a5344cf6d777ebe03a396207 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
*.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.
build
dist
MANIFEST
pystache.egg-info