-
-
Notifications
You must be signed in to change notification settings - Fork 874
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (49 loc) · 555 Bytes
/
.gitignore
File metadata and controls
50 lines (49 loc) · 555 Bytes
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
*.pyc
*.pyd
*.pyo
*.egg
/build/
/dist/
/doc/build/output/
/doc/build/_build/
/dogpile_data/
*.orig
*,cover
/.tox
/.nox
/venv/
.venv
*.egg-info
.coverage
coverage.xml
.*,cover
*.class
*.so
*.patch
sqlnet.log
/shard?_*.db
/test.cfg
/.cache/
/.mypy_cache
*.sw[o,p]
*.rej
test/test_schema.db
*test_schema.db
.idea
/Pipfile*
/.pytest_cache/
/pip-wheel-metadata/
/.vscode/
/.ipynb_checkpoints/
*.ipynb
/querytest.db
/.pytest_cache
/db_idents.txt
.DS_Store
.vs
/scratch
# cython complied files
/lib/**/*.c
/lib/**/*.cpp
# cython annotated output
/lib/**/*.html