-
-
Notifications
You must be signed in to change notification settings - Fork 613
Expand file tree
/
Copy path.gitignore
More file actions
62 lines (61 loc) · 660 Bytes
/
.gitignore
File metadata and controls
62 lines (61 loc) · 660 Bytes
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
.tox
.idea
.vscode
.hg
.cache
.coverage
.ipynb_checkpoints/
build
doc/_build
doc/pdf
doc/html
doc/sphinx
dist
wheelhouse
wheels
venvs
*venv
*dump
cython_debug/
py[0-9][0-9]
lxml-*/
libs
*.egg-info
*.pickle
*.pyc
*.pdb
*.so
*.o
*.pyd
*.whl
*.log
*.patch
*.orig
*.rej
*.gz
*.xz
*.bz2
*.zip
*.tgz
*~
callgrind.out.*
coverty
coverage
coverage.xml
coverage.html
MANIFEST
TEST
doc/api/lxml*.rst
doc/api/_build/
doc/s5/lxml-ep2008.html
src/lxml/includes/*/
src/lxml/includes/lxml-version.h
src/lxml/html/*.html
src/lxml/html/*.c
src/lxml/*.html
src/lxml/*.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