summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 63c3eb65739e71607f6dd3dac6cbc3f4c9008aae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.idea/
/build
/dist
/litecli.egg-info
/htmlcov
/src
/test/behave.ini
/litecli_env
/.venv
/.eggs

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