summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 6002127bc5d01d509135f97da1f21b5a62f14bd3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
*~
*.pyc

# virtualenv
bin/
build/
dist/
include/
lib/
local/
share/
man/
*.egg-info/

# docs
docs/_build