summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 6ac9fff475ecc966b7e75e9e3d1f64b24263ad78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.DS*
*.pyc
*.bak
*.swp
test-output.html
build/*
dist/*
tmp/*
MANIFEST
.venv
*~
*#*
.tox/*
.coverage
htmlcov/*
*komodo*
Markdown.egg-info/*