File: .gitignore

package info (click to toggle)
python-kafka 2.0.2-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,740 kB
  • sloc: python: 20,457; makefile: 210; sh: 76
file content (17 lines) | stat: -rw-r--r-- 183 bytes parent folder | download | duplicates (5)
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/