-
Notifications
You must be signed in to change notification settings - Fork 312
/
.gitignore
73 lines (62 loc) · 885 Bytes
/
.gitignore
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
63
64
65
66
67
68
69
70
71
72
73
.data
.cache
.eggs
# python cruft
*.pyc
*.pyo
*$py.class
*.egg
*.egg-info
__pycache__
dist
build
pip-log.txt
MANIFEST
# test cruft
.tox
.noseids
.coverage
.coverage.*
coverage.xml
htmlcov
test_html
test_file_storage
virt-*
.pytest_cache
## test output
spyne/test/*.html
spyne/test/store
test_result*
Test*.html
## run_tests.sh
jython-installer-*
Python-2.*.*
Python-3.*.*
## wsi-test
wsi-test-tools
WSI_Test_Java_Final_1.1.zip
spyne/test/interop/config.xml
spyne/test/config.xml
# sphinx cruft
.buildinfo
doc/docs
# latex cruft
get_utc_time.pdf
pres.pdf
*.aux
*.log
*.nav
*.out
*.snm
*.toc
*.vrb
*.backup
# 2to3 cruft
*.bak
# output from examples
examples/file_manager/files/
examples/xml/*.xsd
# nuitka cruft
*.build
# cruft produced by non-spyne code need to go to your global ignores file. see
# https://help.github.com/articles/ignoring-files/#create-a-global-gitignore