summaryrefslogtreecommitdiff
path: root/.hgignore
blob: 68d0afd00e5e2005ed8e34969654c8e15793f039 (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
27
28
29
30
31
32
33
34
35
syntax: glob

# Files that can appear anywhere in the tree.
*.pyc
*.pyo
*$py.class
*.pyd
*.so
*.bak
.coverage
.coverage.*
.metacov
.metacov.*
*.swp

# Stuff generated by editors.
.idea/

# Stuff in the root.
build
*.egg-info
dist
htmlcov
MANIFEST
setuptools-*.egg
.tox
.tox_kits

# Stuff in the test directory.
zipmods.zip

# Stuff in the doc directory.
_build
_spell
sample_html_beta