summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 1485be1b8ef655733f593d825647432f70daa46b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/build
/dist
/.coverage
/doc/build/output
*.pyc
*.orig
*.egg-info
*.sw[opq]
/.Python
/bin
/include
/lib
/man
.tox/
.cache/