summaryrefslogtreecommitdiff
path: root/.hgignore
blob: bbf7692f3fedbaef85e23f172cb5279a18a34c14 (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
syntax: regexp

# Buildout generated files
^bin/
^parts/
^eggs/
^develop-eggs/
^\.installed\.cfg$
^[^/]*\.egg-info/

# Python object files
.*\.py(c|o)$

# Files generated by other dev tools
^\.noseids$
^\.tox/
~$
^doc/_build/
^dist/
^htmldocs/
^html/
^\.pytest_cache/
^\.mypy_cache/
.*\.orig$
^tags
\.idea/

# Mercurial generated files
.*\.orig$
.*\.rej$