summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 74a2e3d5c850716206c2505161cce90d0e98c396 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
*~
*.pyc
build/
dist/
*egg-info/
lib/
local/
man/
bin/
include/
trash/

# docs
docs/_build/

# OS X
.Python