summaryrefslogtreecommitdiff
path: root/.hgignore
blob: 9414876adcc7aee15ebcee3ee5eed6273ceaa498 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.*\.py[co]$
.*~$
.*\.orig$
.*\#.*$
.*@.*$
\.coverage$
htmlcov$
\.DS_Store$
venv$
distribute_setup.py$
distribute-\d+.\d+.\d+.tar.gz$
build$
dist$
.*\.egg-info$

# Directory created by the "tox" command (ex: tox -e py27)
.tox