aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: c6d828e3b5f4dab36a2038383278fceda7d19e29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/build
/dist
/.coverage
/doc/build/output
*.pyc
*.orig
*.egg-info
*.sw[opq]

/.Python
/bin
/include
/lib
/man

.tox/
.cache/