summaryrefslogtreecommitdiff
path: root/.gitignore
blob: a5d0a6318d86c7ceb451b7d1d9483e62d16bde0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.svn/
.hg/
.hgtags/
*.py[cod]
log
build
dist/
astroid.egg-info/
.idea
.tox
.coverage
.coverage.*
.cache/
.eggs/
.pytest_cache/
.mypy_cache/
venv
doc/_build/