summaryrefslogtreecommitdiff
path: root/.hgignore
blob: e2efd0c38cb25fcadb69ec880561abd3157fb367 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
syntax: glob

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

# Stuff in the root.
build
dist
coverage.egg-info
MANIFEST

# Stuff in the test directory.
zipmods.zip