File: .gitignore

package info (click to toggle)
pystache 0.6.5-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 952 kB
  • sloc: python: 2,990; makefile: 26; sh: 15
file content (23 lines) | stat: -rw-r--r-- 496 bytes parent folder | download
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