forked from aio-libs/aiohttp
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
66 lines (66 loc) · 735 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
*.bak
*.egg
*.egg-info
*.eggs
*.md5
*.pyc
*.pyd
*.pyo
*.so
*.swp
*.tar.gz
*~
.DS_Store
.Python
.cache
.coverage
.coverage.*
.develop
.direnv
.envrc
.flake
.gitconfig
.hash
.idea
.install-cython
.install-deps
.llhttp-gen
.installed.cfg
.mypy_cache
.noseids
.pytest_cache
.python-version
.test-results
.tox
.vimrc
.vscode
aiohttp/_find_header.c
aiohttp/_headers.html
aiohttp/_headers.pxi
aiohttp/_helpers.c
aiohttp/_helpers.html
aiohttp/_http_parser.c
aiohttp/_http_parser.html
aiohttp/_http_writer.c
aiohttp/_http_writer.html
aiohttp/_websocket.c
aiohttp/_websocket.html
bin
build
coverage.xml
develop-eggs
dist
docs/_build/
eggs
htmlcov
include/
lib/
man/
nosetests.xml
parts
pip-wheel-metadata
pyvenv
sources
var/*
venv
virtualenv.py