File: .gitignore

package info (click to toggle)
python-cassandra-driver 3.29.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,144 kB
  • sloc: python: 51,532; ansic: 768; makefile: 136; sh: 13
file content (46 lines) | stat: -rw-r--r-- 439 bytes parent folder | download
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