summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 2002142069a31198127b0141c5f2ac9d7d8bc41d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
*.py[co]
*.egg-info
.*.swp

/.idea/

/dist/
/distribute*.tar.gz
/distribute*.egg

.tox/
.coverage
.coverage.*
.cache/
.mypy_cache/
.pytest_cache/
__pycache__/

/build/
/doc/_build/
.vscode/settings.json