summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 19ebfd7976a2f0d5bcdc08cb164c4dced31d3602 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.coverage
MANIFEST
coverage.xml
nosetests.xml
junit-report.xml
pylint.txt
toy.py
.cache/
cover/
build/
docs/_build
requests.egg-info/
*.pyc
*.swp
*.egg
env/

.workon

t.py

t2.py
dist