forked from datastax/python-driver
-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy path.gitignore
67 lines (60 loc) · 975 Bytes
/
.gitignore
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
*.py[co]
*.swp
*.swo
*.so
*.egg
*.eggs
*.egg-info
*.attr
.tox
.python-version
build
MANIFEST
dist
.coverage
nosetests.xml
cover/
docs/_build/
tests/integration/ccm
setuptools*.tar.gz
setuptools*.egg
venv/
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
# Files from upstream that we don't need
Jenkinsfile
Jenkinsfile.bak
appveyor.yml
appveyor/appveyor.ps1
appveyor/run_test.ps1
build.yaml.bak
docs.yaml
doxyfile
tox.ini
test-datastax-requirements.txt
docs/api/cassandra/datastax/graph/fluent/index.rst
docs/api/cassandra/datastax/graph/fluent/predicates.rst
docs/api/cassandra/datastax/graph/fluent/query.rst
docs/api/cassandra/datastax/graph/index.rst
docs/api/cassandra/graph.rst
docs/classic_graph.rst
docs/core_graph.rst
docs/geo_types.rst
docs/graph.rst
docs/graph_fluent.rst