summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: b13429e4b8d0bd10b11dbc35ad74eaa49c738476 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.idea/
.vscode/
/build
/dist
/mycli.egg-info
/src
/test/behave.ini

.vagrant
*.pyc
*.deb
.cache/
.coverage
.coverage.*