summaryrefslogtreecommitdiff
path: root/.gitignore
blob: cd0c32e95c37b9f0a6b4bd71ee706d77283997cb (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
.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

/.mypy_cache/