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