1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
*.py[co]
*.swp
*.swo
*.so
*.egg
*.egg-info
*.attr
.tox
.python-version
build
MANIFEST
dist
.coverage
cover/
docs/_build/
tests/integration/ccm
setuptools*.tar.gz
setuptools*.egg
cassandra/*.c
!cassandra/cmurmur3.c
cassandra/*.html
tests/unit/cython/bytesio_testhelper.c
# OSX
.DS_Store
# IDE
.project
.pydevproject
.settings/
.idea/
*.iml
.DS_Store
# Unit test / coverage reports
.coverage
.tox
#iPython
*.ipynb
venv
docs/venv
.eggs
|