summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: f46f8ba2e60fd2829e3fd006c20359b39d13edc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
*.pyc
build/
dist/
*.egg-info/
.tox
.idea
htmlcov
.coverage
.cache
.ipynb_checkpoints/
MANIFEST
coverage
venv/