aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 2bdf8f7ebe0270bb2308749c146594da908d9ccf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
*.pyc
*.db
*~
.*

site/
htmlcov/
coverage/
build/
dist/
*.egg-info/
MANIFEST

bin/
include/
lib/
local/

!.gitignore
!.travis.yml