summaryrefslogtreecommitdiff
path: root/.hgignore
blob: 7a702b222b1c0868aa18e5b9791c09eee11d12ee (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
36
37
38
39
40
41
42
43
44
syntax: glob

*.pyc
*.pyo
__pycache__

src/lxml/includes/lxml-version.h
src/lxml/*.html
src/lxml/html/*.c
src/lxml/etree.c
src/lxml/etree.h
src/lxml/etree_api.h
src/lxml/lxml.etree.c
src/lxml/lxml.etree.h
src/lxml/lxml.etree_api.h
src/lxml/objectify.c
src/lxml/lxml.objectify.c

build/
libs/
dist/
wheelhouse/
wheels/
venvs/
venv/
doc/html/
cython_debug/
.idea/
.git/
.gitrev
.coverage
funding.txt
MANIFEST
.tox
*.orig
*.rej
*.dep
*.swp
*.pdb
*.so
*.o
*.pyd
*~
*.egg-info