summaryrefslogtreecommitdiff
path: root/.gitignore
blob: f3cd082fa2f318fc3553481da6f07292c5a8bd5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
*.egg-info
*.pyc
.tox
build
dist
MANIFEST
env
servers/*/kafka-bin*
servers/*/resources/ssl*
.coverage*
.noseids
docs/_build
.cache*
.idea/
integration-test/
tests-env/
.pytest_cache/