summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 7b31086fd71a881dfba9ec3cc2bd2de6086e57fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
*.pyc
__pycache__
# Distribution
/dist
/*.egg-info
# Tests
/.tox
/.eggs
/sstore
# Coverage
/.coverage*
/htmlcov