summaryrefslogtreecommitdiff
path: root/.hgignore
blob: 23b28e380b067d249085bbbafb86264d2842393a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
syntax: glob

# Files that can appear anywhere in the tree.
*.pyc
*.pyo
*.pyd
*.so
*.bak
.coverage
.coverage.*

# Stuff in the root.
build
coverage.egg-info
dist
htmlcov
MANIFEST
py3k
setuptools-*.egg
three

# Stuff in the test directory.
zipmods.zip

# Stuff in the doc directory.
_build