summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 213f266f3028e19ac281a4bf1f10e77bfc36b9d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
__pycache__
*.pyc
*.egg
*.egg-info
.coverage
/.tox
/build
/docs/build
/dist
/cli_helpers.egg-info
/cli_helpers_dev
.idea/
.cache/