summaryrefslogtreecommitdiff
path: root/.gitignore
blob: ab599fc9793bda90a514ecc7869c7aeb934dea63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
*.pyc
*.swp
*.mo
*~

.DS_Store
.idea
Icon?
Thumbs.db

_book
_site
_build
build
dist
*.egg-info

*.md
*.pdf
*.csv
.tox

.coverage
.cover/*